fix(footer): update maison france service link

This commit is contained in:
Colin Darie 2023-03-30 23:03:08 +02:00
parent 6a544c210a
commit ef8906cb88
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
3 changed files with 5 additions and 5 deletions

View file

@ -55,7 +55,7 @@
%li
= link_to t('users.procedure_footer.dematerialisation.title_1'), commencer_dossier_vide_for_revision_path(procedure.active_revision), rel: 'noopener', class: 'fr-footer__top-link'
%li
= link_to t('users.procedure_footer.dematerialisation.title_2'),t('users.procedure_footer.dematerialisation.link'), rel: 'noopener', class: 'fr-footer__top-link'
= link_to t('users.procedure_footer.dematerialisation.title_2'), t('users.procedure_footer.dematerialisation.link'), class: 'fr-footer__top-link', title: new_tab_suffix(t("users.procedure_footer.dematerialisation.title_2")), **external_link_attributes
.fr-container
.fr-footer__body

View file

@ -23,5 +23,5 @@ en:
dematerialisation:
header: Paperless
title_1: Access to the printable PDF form
title_2: Online administrative procedures
link: "https://www.solidarite-numerique.fr/cartographie/"
title_2: Find a “France Services” desk
link: "https://www.transformation.gouv.fr/france-services"

View file

@ -37,5 +37,5 @@ fr:
dematerialisation:
header: Dématérialisation
title_1: Accès au formulaire PDF à imprimer
title_2: Les démarches administratives en ligne
link: "https://www.solidarite-numerique.fr/cartographie/"
title_2: Trouver une maison France Services
link: "https://www.transformation.gouv.fr/france-services"