diff --git a/app/views/root/_footer.html.haml b/app/views/root/_footer.html.haml index ea4dd307a..9304a1e8e 100644 --- a/app/views/root/_footer.html.haml +++ b/app/views/root/_footer.html.haml @@ -13,7 +13,7 @@ %h3.fr-footer__top-cat= t("links.footer.top_labels.legals") %ul.fr-footer__top-list %li.fr-footer__top-link - = link_to t("links.footer.mentions_legales.label"), mentions_legales_path, title: t("links.footer.mentions_legales.title"), class: "fr-footer__top-link", rel: "noopener noreferrer" + = link_to t("links.footer.mentions_legales.label"), t("links.footer.mentions_legales.url"), title: t("links.footer.mentions_legales.title"), class: "fr-footer__top-link", rel: "noopener noreferrer" %li.fr-footer__top-link = link_to t("links.footer.suivi.label"), suivi_path, title: t("links.footer.suivi.title"), class: "fr-footer__top-link" %li.fr-footer__top-link diff --git a/app/views/users/_general_footer_row.html.haml b/app/views/users/_general_footer_row.html.haml index 637118df1..e728a1b27 100644 --- a/app/views/users/_general_footer_row.html.haml +++ b/app/views/users/_general_footer_row.html.haml @@ -2,6 +2,6 @@ %li.fr-footer__bottom-item = link_to t("links.footer.accessibilite.label"), t("links.footer.accessibilite.url"), title: t("links.footer.accessibilite.title"), class: "fr-footer__bottom-link", rel: "noopener noreferrer" %li.fr-footer__bottom-item - = link_to t("links.footer.mentions_legales.label"), mentions_legales_path, title: t("links.footer.mentions_legales.title"), class: "fr-footer__bottom-link", rel: "noopener noreferrer" + = link_to t("links.footer.mentions_legales.label"), t("links.footer.mentions_legales.url"), title: t("links.footer.mentions_legales.title"), class: "fr-footer__bottom-link", rel: "noopener noreferrer" %li.fr-footer__bottom-item = link_to t("links.footer.cookies.label"), suivi_path, title: t("links.footer.cookies.title"), class: "fr-footer__bottom-link" diff --git a/config/locales/links.en.yml b/config/locales/links.en.yml index a1efaf9c2..4e8910c95 100644 --- a/config/locales/links.en.yml +++ b/config/locales/links.en.yml @@ -55,6 +55,7 @@ en: mentions_legales: label: "Legal notices" title: "Legal notices regarding our platform" + url: "https://www.demarches-simplifiees.fr/mentions-legales" releases: label: "Releases notes" title: "Our last updates" diff --git a/config/locales/links.fr.yml b/config/locales/links.fr.yml index 0aaaf327a..736e1c5c6 100644 --- a/config/locales/links.fr.yml +++ b/config/locales/links.fr.yml @@ -58,6 +58,7 @@ fr: mentions_legales: label: "Mentions légales" title: "Consulter nos Mentions légales" + url: "https://www.demarches-simplifiees.fr/mentions-legales" releases: label: "Nouveautés" title: "Les dernière mises à jour de la plateforme"