From 69a6f1bd796ebca6f199a8e746a03c5942d1330d Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Mon, 11 Mar 2019 17:27:05 +0100 Subject: [PATCH] header: add a link to the Help in the navigation bar --- app/views/layouts/_new_header.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/layouts/_new_header.haml b/app/views/layouts/_new_header.haml index a01812504..81d141c51 100644 --- a/app/views/layouts/_new_header.haml +++ b/app/views/layouts/_new_header.haml @@ -92,3 +92,7 @@ Vous avez déjà un compte ? %li = link_to "Connexion", new_user_session_path, class: "button secondary" + + %li + .header-help + = link_to 'Aide', FAQ_URL, class: "button primary", target: "_blank", rel: "noopener"