feat(links): add link to www.solidarite-numerique.fr
This commit is contained in:
parent
79972ba6a1
commit
a7bb6f1627
3 changed files with 10 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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/"
|
||||
|
|
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue