Add users and gestionnaires to manager
This commit is contained in:
parent
3f99f41372
commit
e2a126e37a
9 changed files with 175 additions and 4 deletions
|
@ -74,7 +74,7 @@ class ProcedureDashboard < Administrate::BaseDashboard
|
|||
# Overwrite this method to customize how procedures are displayed
|
||||
# across all pages of the admin dashboard.
|
||||
#
|
||||
# def display_resource(procedure)
|
||||
# "Procedure ##{procedure.id}"
|
||||
# end
|
||||
def display_resource(procedure)
|
||||
"#{procedure.libelle} ##{procedure.id}"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue