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:
Eric Leroy-Terquem 2023-02-02 09:16:44 +01:00 committed by GitHub
commit 4a8b40544c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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