feat(manager): display procedure state and unpublished date
This commit is contained in:
parent
623628212c
commit
ce466d072a
7 changed files with 26 additions and 2 deletions
7
app/fields/procedure_state_field.rb
Normal file
7
app/fields/procedure_state_field.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
require "administrate/field/base"
|
||||
|
||||
class ProcedureStateField < Administrate::Field::String
|
||||
def name
|
||||
"Statut"
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue