diff --git a/app/views/users/_general_footer_row.html.haml b/app/views/users/_general_footer_row.html.haml index 735515640..67939ccc0 100644 --- a/app/views/users/_general_footer_row.html.haml +++ b/app/views/users/_general_footer_row.html.haml @@ -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" diff --git a/config/locales/links.en.yml b/config/locales/links.en.yml index 97bce86bf..6fb659bbd 100644 --- a/config/locales/links.en.yml +++ b/config/locales/links.en.yml @@ -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/" diff --git a/config/locales/links.fr.yml b/config/locales/links.fr.yml index 78c255d9e..4242e4cae 100644 --- a/config/locales/links.fr.yml +++ b/config/locales/links.fr.yml @@ -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/"