update download link procedure footer
This commit is contained in:
parent
0b127bfc4d
commit
8cde00d0e1
3 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@
|
|||
%h3.fr-footer__top-cat= I18n.t('users.procedure_footer.dematerialisation.header')
|
||||
.fr-download
|
||||
%p
|
||||
= link_to (t('users.procedure_footer.dematerialisation.title_1') + content_tag(:span, "Format – taille de fichier", :class => "fr-download__detail")).html_safe, commencer_dossier_vide_for_revision_path(procedure.active_revision), class: 'fr-footer__top-link fr-download__link'
|
||||
= link_to I18n.t('users.procedure_footer.dematerialisation.title_1'), commencer_dossier_vide_for_revision_path(procedure.active_revision), class: 'fr-footer__top-link fr-download__link'
|
||||
%h3.fr-footer__top-cat= I18n.t('users.procedure_footer.support.header')
|
||||
.fr-footer__brand.fr-enlarge-link
|
||||
= link_to t("users.procedure_footer.dematerialisation.link"), title: t("users.procedure_footer.dematerialisation.alt"), class: "fr-footer__brand-link" do
|
||||
|
|
|
@ -23,7 +23,7 @@ en:
|
|||
dpo: "Contact the Data Protection Officer"
|
||||
dematerialisation:
|
||||
header: Paperless
|
||||
title_1: Download the form
|
||||
title_1: Download the PDF form
|
||||
link: "https://www.transformation.gouv.fr/france-services"
|
||||
alt: France services
|
||||
support:
|
||||
|
|
|
@ -37,7 +37,7 @@ fr:
|
|||
url: "https://data.gouv.fr"
|
||||
dematerialisation:
|
||||
header: Dématérialisation
|
||||
title_1: Télécharger le formulaire
|
||||
title_1: Télécharger le formulaire PDF
|
||||
title_2: Trouver une maison France Services
|
||||
link: "https://www.transformation.gouv.fr/france-services"
|
||||
alt: France services
|
||||
|
|
Loading…
Reference in a new issue