fix(a11y/home): add missing title attributes

Cf #8050
This commit is contained in:
Colin Darie 2022-11-28 15:53:20 +01:00
parent 720995f48f
commit 4d00fcc2d9
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@
%h2.cta-panel-title Une question, un problème ?
%p.cta-panel-explanation La réponse est dans laide en ligne
%div
= link_to "Accéder à laide en ligne", FAQ_URL, class: "fr-btn fr-btn--lg", **external_link_attributes
= link_to "Accéder à laide en ligne", FAQ_URL, class: "fr-btn fr-btn--lg", title: new_tab_suffix("Accéder à laide en ligne"), **external_link_attributes
-# 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

View file

@ -1 +1 @@
= link_to t('help'), FAQ_URL, class: 'fr-btn', target: '_blank', rel: 'noopener'
= link_to t('help'), FAQ_URL, class: 'fr-btn', title: new_tab_suffix(t('help')), **external_link_attributes