Merge pull request #5350 from betagouv/replace-contact-panel

change link from to contact to FAQ on home
This commit is contained in:
Keirua 2020-07-08 17:27:54 +02:00 committed by GitHub
commit 3c639ca1ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,13 +68,20 @@
.cta-panel-wrapper .cta-panel-wrapper
%div %div
%h2.cta-panel-title Une question, un problème ? %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 laide en ligne
%div %div
= contact_link "Contactez-nous", = link_to "Accéder à laide en ligne", FAQ_URL,
tags: 'landing',
class: "cta-panel-button-white", class: "cta-panel-button-white",
target: "_blank", target: "_blank",
rel: "noopener noreferrer" 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 .landing-panel
.container .container