From bff2b24f9645fc809f545137be18611eb7f3bafe Mon Sep 17 00:00:00 2001 From: tnicolas1 Date: Fri, 24 Jan 2025 09:10:05 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20de=20la=20barre=20de=20recherche?= =?UTF-8?q?=20d'un=20=C3=A9l=C3=A8ve=20pour=20tous=20les=20utilisateurs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/shared/_header.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/shared/_header.html.haml b/app/views/shared/_header.html.haml index 81a813ca9..b3961bf44 100644 --- a/app/views/shared/_header.html.haml +++ b/app/views/shared/_header.html.haml @@ -49,6 +49,7 @@ %a.fr-nav__link{ href: faq_path, target: "_self", "aria-current" => current_path?(faq_path) ? "page" : nil } = t("menu.faq") + - if current_user and not @inhibit_nav .fr-header__tools .fr-header__search = form_with method: :get, url: search_results_students_path do |form|