layout
This commit is contained in:
parent
c24b24c3a5
commit
95bdc4a22a
10 changed files with 73 additions and 58 deletions
|
@ -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)
|
||||
|
|
|
@ -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 l’aide en ligne.
|
||||
%span.help-dropdown-title
|
||||
= t('help_dropdown.problem_title')
|
||||
%p
|
||||
= t('help_dropdown.problem_description')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue