diff --git a/app/views/instructeurs/procedures/email_notifications.html.haml b/app/views/instructeurs/procedures/email_notifications.html.haml index 2f23b5fc1..187ee29e7 100644 --- a/app/views/instructeurs/procedures/email_notifications.html.haml +++ b/app/views/instructeurs/procedures/email_notifications.html.haml @@ -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 diff --git a/app/views/instructeurs/procedures/stats.html.haml b/app/views/instructeurs/procedures/stats.html.haml index 99a47afb6..28ea42acd 100644 --- a/app/views/instructeurs/procedures/stats.html.haml +++ b/app/views/instructeurs/procedures/stats.html.haml @@ -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