From c015365057855d32ca797bbdaa86f14a6ab81322 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Thu, 30 Aug 2018 14:23:34 +0200 Subject: [PATCH] Fix case typos --- app/views/admin/gestionnaires/index.html.haml | 2 +- app/views/layouts/_switch_devise_profile_module.html.haml | 2 +- .../_left_panel_admin_procedurescontroller_navbar.html.haml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/admin/gestionnaires/index.html.haml b/app/views/admin/gestionnaires/index.html.haml index 081fa04ad..ff350b55e 100644 --- a/app/views/admin/gestionnaires/index.html.haml +++ b/app/views/admin/gestionnaires/index.html.haml @@ -1,4 +1,4 @@ -%h1 instructeurs disponibles +%h1 Instructeurs disponibles %p Cette page vous permet de gérer la liste des instructeurs disponibles pour être affectés à une procédure. diff --git a/app/views/layouts/_switch_devise_profile_module.html.haml b/app/views/layouts/_switch_devise_profile_module.html.haml index 7cc41cc06..2b13779b5 100644 --- a/app/views/layouts/_switch_devise_profile_module.html.haml +++ b/app/views/layouts/_switch_devise_profile_module.html.haml @@ -15,7 +15,7 @@ = link_to(gestionnaire_procedures_path) do %i.fa.fa-user   - instructeur + Instructeur - if administrateur_signed_in? %li diff --git a/app/views/layouts/left_panels/_left_panel_admin_procedurescontroller_navbar.html.haml b/app/views/layouts/left_panels/_left_panel_admin_procedurescontroller_navbar.html.haml index 3c20ec785..70bdcf11e 100644 --- a/app/views/layouts/left_panels/_left_panel_admin_procedurescontroller_navbar.html.haml +++ b/app/views/layouts/left_panels/_left_panel_admin_procedurescontroller_navbar.html.haml @@ -19,8 +19,8 @@ Services %a#onglet-instructeurs{ href: url_for(admin_procedure_instructeurs_path(@procedure)) } - .procedure-list-element{ class: ('active' if active == 'instructeurs') } - = t('dynamics.admin.procedure.onglets.instructeurs') + .procedure-list-element{ class: ('active' if active == 'Instructeurs') } + Instructeurs %a#onglet-description{ href: url_for(edit_admin_procedure_path(@procedure)) } .procedure-list-element{ class: ('active' if active == 'Description') }