From b440f41cd8441bd44123cc4fff184fff00393965 Mon Sep 17 00:00:00 2001 From: clemkeirua Date: Wed, 8 Jul 2020 10:02:10 +0200 Subject: [PATCH] change link from to contact to FAQ on home --- app/views/root/landing.html.haml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/app/views/root/landing.html.haml b/app/views/root/landing.html.haml index 7a276b1b6..fd2557d1b 100644 --- a/app/views/root/landing.html.haml +++ b/app/views/root/landing.html.haml @@ -68,13 +68,20 @@ .cta-panel-wrapper %div %h2.cta-panel-title Une question, un problème ? - %p.cta-panel-explanation Notre équipe est disponible pour vous renseigner et vous aider + %p.cta-panel-explanation La réponse est dans l’aide en ligne %div - = contact_link "Contactez-nous", - tags: 'landing', + = link_to "Accéder à l’aide en ligne", FAQ_URL, class: "cta-panel-button-white", target: "_blank", rel: "noopener noreferrer" + -# We temporarily disable the link to the contact page on the homepage + -# %p.cta-panel-explanation Notre équipe est disponible pour vous renseigner et vous aider + -# %div + -# = contact_link "Contactez-nous", + -# tags: 'landing', + -# class: "cta-panel-button-white", + -# target: "_blank", + -# rel: "noopener noreferrer" .landing-panel .container