From 08bd2895ef04c85d1aa7e6687c559216d770d220 Mon Sep 17 00:00:00 2001
From: mfo <mfo@users.noreply.github.com>
Date: Thu, 21 Nov 2024 10:43:15 +0100
Subject: [PATCH] fix(header.procedure_management): item gestion des
 instructeurs was not well formated

---
 app/views/instructeurs/procedures/_header.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/instructeurs/procedures/_header.html.haml b/app/views/instructeurs/procedures/_header.html.haml
index ec64a8015..c990fade0 100644
--- a/app/views/instructeurs/procedures/_header.html.haml
+++ b/app/views/instructeurs/procedures/_header.html.haml
@@ -21,7 +21,7 @@
 
             - elsif procedure.administrateurs.exists?(id: current_administrateur&.id)
               %li
-                = link_to t('instructeurs.dossiers.header.banner.instructeurs'), admin_procedure_groupe_instructeurs_path(procedure), class:
+                = link_to t('instructeurs.dossiers.header.banner.instructeurs'), admin_procedure_groupe_instructeurs_path(procedure), class: 'fr-nav__link'
             %li
               = link_to t('instructeurs.dossiers.header.banner.notification_management'), email_notifications_instructeur_procedure_path(procedure), class: 'fr-nav__link'
             %li