fix(instructeurs): breadcrumbs with right wordings and links
This commit is contained in:
parent
3a82558c3f
commit
05a61d0cf2
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
|||
- content_for(:title, "Instructeurs de la démarche #{@procedure.libelle}")
|
||||
|
||||
= render partial: 'administrateurs/breadcrumbs',
|
||||
locals: { steps: [link_to(@procedure.libelle, instructeur_procedure_path(@procedure)), 'Instructeurs'] }
|
||||
locals: { steps: [[@procedure.libelle, instructeur_procedure_path(@procedure)],
|
||||
['Instructeurs']] }
|
||||
|
||||
.container.groupe-instructeur
|
||||
%h1
|
||||
|
|
Loading…
Add table
Reference in a new issue