admin instructeur index: fix breadcrumb
This commit is contained in:
parent
6bfbf8ca0e
commit
588efc8b34
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
= render partial: 'administrateurs/breadcrumbs',
|
||||
locals: { steps: [[t('.procedures'), admin_procedures_path],
|
||||
[@procedure.libelle.truncate_words(10), admin_procedure_path(@procedure)],
|
||||
[t('.instructors_group')]] }
|
||||
[@procedure.groupe_instructeurs.many? ? 'Groupes' : 'Instructeurs']] }
|
||||
|
|
Loading…
Reference in a new issue