chore(footer): add digital inclusion sites
This commit is contained in:
parent
9abac909df
commit
aeffd19abd
5 changed files with 23 additions and 10 deletions
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 18 KiB |
|
@ -13,7 +13,7 @@
|
|||
class: "fr-btn fr-btn--primary fr-btn--icon-left fr-icon-add-circle-line mb-3"
|
||||
|
||||
- if @procedure.labels.present?
|
||||
.fr-table.fr-table--layout-fixed.fr-table--bordered
|
||||
.fr-table.fr-table--layout-fixed
|
||||
%table
|
||||
%caption Liste des labels
|
||||
%thead
|
||||
|
|
|
@ -37,9 +37,14 @@
|
|||
.fr-download
|
||||
= link_to I18n.t('users.procedure_footer.dematerialisation.title_1'), commencer_dossier_vide_for_revision_path(procedure.active_revision), download: 'true', class: '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
|
||||
= image_tag("footer/logo-france-services.svg", class: "fr-footer__logo logo-france-service-fr", alt: t("users.procedure_footer.dematerialisation.alt"))
|
||||
%ul.fr-footer__top-list
|
||||
%li
|
||||
= link_to I18n.t('users.procedure_footer.support_links.france_service.title'), t("users.procedure_footer.support_links.france_service.url"),
|
||||
title: new_tab_suffix(t("users.procedure_footer.support_links.france_service.title")), class: "fr-footer__link", **external_link_attributes
|
||||
|
||||
%li
|
||||
= link_to I18n.t('users.procedure_footer.support_links.carte_inclusion.title'), t("users.procedure_footer.support_links.carte_inclusion.url"),
|
||||
title: new_tab_suffix(t("users.procedure_footer.support_links.carte_inclusion.title")), class: "fr-footer__link", **external_link_attributes
|
||||
|
||||
.fr-footer__bottom.fr-mt-0
|
||||
.fr-container
|
||||
|
|
|
@ -23,7 +23,12 @@ en:
|
|||
dematerialisation:
|
||||
header: Paperless
|
||||
title_1: Download the PDF form
|
||||
link: "https://www.transformation.gouv.fr/france-services"
|
||||
alt: France services
|
||||
support:
|
||||
header: Being supported in your approach
|
||||
support_links:
|
||||
france_service:
|
||||
title: Find a France Services house
|
||||
url: 'https://www.transformation.gouv.fr/france-services'
|
||||
carte_inclusion:
|
||||
title: Map of digital inclusion sites
|
||||
url: 'https://cartographie.societenumerique.gouv.fr/'
|
||||
|
|
|
@ -39,8 +39,12 @@ fr:
|
|||
dematerialisation:
|
||||
header: Dématérialisation
|
||||
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
|
||||
support:
|
||||
header: Être accompagné dans votre démarche
|
||||
support_links:
|
||||
france_service:
|
||||
title: Trouver une maison France Services
|
||||
url: 'https://www.transformation.gouv.fr/france-services'
|
||||
carte_inclusion:
|
||||
title: Carte des lieux d‘inclusion numérique
|
||||
url: 'https://cartographie.societenumerique.gouv.fr/'
|
||||
|
|
Loading…
Reference in a new issue