Merge pull request #5344 from betagouv/fix_instructeur_procedure_path

Instructeur : correction de l'affichage des pages de notification et de statistiques de la démarche
This commit is contained in:
Pierre de La Morinerie 2020-07-07 17:37:20 +02:00 committed by GitHub
commit 40f78114ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
- content_for(:title, "Notifications pour #{@procedure.libelle}")
= render partial: 'new_administrateur/breadcrumbs',
locals: { steps: [link_to(@procedure.libelle, procedure_path(@procedure)),
locals: { steps: [link_to(@procedure.libelle, instructeur_procedure_path(@procedure)),
'Notifications'] }
.container

View file

@ -2,7 +2,7 @@
- content_for(:title, title)
= render partial: 'new_administrateur/breadcrumbs',
locals: { steps: [link_to(@procedure.libelle, procedure_path(@procedure)),
locals: { steps: [link_to(@procedure.libelle, instructeur_procedure_path(@procedure)),
'Statistiques'] }
.statistiques