From 3de79e99e0e2adea6057dd38c2d008e15ca7a7c3 Mon Sep 17 00:00:00 2001 From: Corinne Durrmeyer Date: Thu, 19 Sep 2024 11:24:42 +0200 Subject: [PATCH] Prevent comment from being displayed in html --- app/views/layouts/_header.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_header.haml b/app/views/layouts/_header.haml index 6b1e1ab47..77d6b9ada 100644 --- a/app/views/layouts/_header.haml +++ b/app/views/layouts/_header.haml @@ -52,7 +52,7 @@ - elsif nav_bar_profile == :instructeur = render partial: 'shared/help/help_dropdown_instructeur' - else - // NB: on mobile in order to have links correctly aligned, we need a left icon + -# NB: on mobile in order to have links correctly aligned, we need a left icon # = link_to t('help'), t("links.common.faq.url"), class: 'fr-btn dropdown-button'