feat(links): add link to www.solidarite-numerique.fr

This commit is contained in:
Martin 2022-05-12 14:24:42 +02:00 committed by mfo
parent 79972ba6a1
commit a7bb6f1627
3 changed files with 10 additions and 0 deletions

View file

@ -13,3 +13,5 @@
= contact_link t("links.footer.contact_technique.label"), dossier_id: dossier&.id, title: t("links.footer.contact_technique.title"), class: "footer-link"
%li.footer-link-aide>
= link_to t("links.footer.aide.label"), t("links.footer.aide.url"), title: t("links.footer.aide.title"), class: "footer-link", target: "_blank", rel: "noopener noreferrer"
%li.footer-link-solidarite-numerique>
= link_to t("links.footer.solidarite_numerique.label"), t("links.footer.solidarite_numerique.url"), title: t("links.footer.solidarite_numerique.title"), class: "footer-link", target: "_blank", rel: "noopener noreferrer"

View file

@ -87,3 +87,7 @@ en:
label: "Online workshop registration"
title: "Online workshop registration"
url: "https://app.livestorm.co/demarches-simplifiees"
solidarite_numerique:
label: "Do you need assistance with your digital file?"
title: "Do you need assistance with your online process ?"
url: "https://www.solidarite-numerique.fr/cartographie/"

View file

@ -87,3 +87,7 @@ fr:
label: "Inscription ateliers en ligne"
title: "Inscription ateliers en ligne"
url: "https://app.livestorm.co/demarches-simplifiees"
solidarite_numerique:
label: "Besoin d'aide avec vos démarches en ligne ?"
title: "Avez-vous besoin d'aide concernant vos démarchez informatisées, essayez solidarite-numerique.fr"
url: "https://www.solidarite-numerique.fr/cartographie/"