Merge pull request #8547 from E-L-T/8499-fix-breadcrumbs-in-instructeurs-show-page
fix(instructeurs): breadcrumbs with right wordings and links
This commit is contained in:
commit
4a8b40544c
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