feat(manager): display procedure state and unpublished date

This commit is contained in:
Paul Chavard 2023-04-19 18:29:18 +02:00
parent 623628212c
commit ce466d072a
7 changed files with 26 additions and 2 deletions

View file

@ -0,0 +1,7 @@
require "administrate/field/base"
class ProcedureStateField < Administrate::Field::String
def name
"Statut"
end
end