This commit is contained in:
Kara Diaby 2022-04-21 10:20:14 +02:00
parent c24b24c3a5
commit 95bdc4a22a
10 changed files with 73 additions and 58 deletions

View file

@ -2,5 +2,7 @@
= mail_to CONTACT_EMAIL do
%span.icon.mail
.dropdown-description
%span.help-dropdown-title Contact technique
%p Envoyez nous un message à #{CONTACT_EMAIL}.
%span.help-dropdown-title
= t('help_dropdown.technical_contact_title')
%p
= t('help_dropdown.technical_contact_description', contact_email: CONTACT_EMAIL)

View file

@ -2,5 +2,8 @@
= link_to FAQ_URL, target: "_blank", rel: "noopener" do
%span.icon.help
.dropdown-description
%span.help-dropdown-title Un problème avec le site ?
%p Trouvez votre réponse dans laide en ligne.
%span.help-dropdown-title
= t('help_dropdown.problem_title')
%p
= t('help_dropdown.problem_description')