diff --git a/app/views/layouts/_new_header.haml b/app/views/layouts/_new_header.haml index de39ce4d3..e8fab8fb4 100644 --- a/app/views/layouts/_new_header.haml +++ b/app/views/layouts/_new_header.haml @@ -34,7 +34,7 @@ Passer en usager - if gestionnaire_signed_in? %li - = link_to backoffice_dossiers_path, class: "menu-item menu-link" do + = link_to procedures_path, class: "menu-item menu-link" do = image_tag "icons/switch-profile.svg" Passer en accompagnateur - if administrateur_signed_in? diff --git a/app/views/layouts/_switch_devise_profile_module.html.haml b/app/views/layouts/_switch_devise_profile_module.html.haml index ab51a0053..b8b0de852 100644 --- a/app/views/layouts/_switch_devise_profile_module.html.haml +++ b/app/views/layouts/_switch_devise_profile_module.html.haml @@ -12,7 +12,7 @@ Usager - if gestionnaire_signed_in? %li - = link_to(backoffice_dossiers_path) do + = link_to(procedures_path) do %i.fa.fa-user   Accompagnateur