From 060022df78efc19ac09f90926a757f50431afcdc Mon Sep 17 00:00:00 2001 From: Judith Date: Tue, 7 Jul 2020 16:51:10 +0200 Subject: [PATCH 1/2] fix instructeur_mail_notifications --- app/views/instructeurs/procedures/email_notifications.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 927a3b3efd667c3daa2956d3391645df35fcdae4 Mon Sep 17 00:00:00 2001 From: Judith Date: Tue, 7 Jul 2020 16:58:38 +0200 Subject: [PATCH 2/2] fix all instructeur procedure_path into instructeur_procedure_path --- app/views/instructeurs/procedures/stats.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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