update links legal notices

This commit is contained in:
Julie Salha 2023-03-21 10:25:51 +01:00
parent 4c62e2b569
commit f181882c85
4 changed files with 4 additions and 2 deletions

View file

@ -13,7 +13,7 @@
%h3.fr-footer__top-cat= t("links.footer.top_labels.legals") %h3.fr-footer__top-cat= t("links.footer.top_labels.legals")
%ul.fr-footer__top-list %ul.fr-footer__top-list
%li.fr-footer__top-link %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 %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" = 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 %li.fr-footer__top-link

View file

@ -2,6 +2,6 @@
%li.fr-footer__bottom-item %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" = 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 %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 %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" = link_to t("links.footer.cookies.label"), suivi_path, title: t("links.footer.cookies.title"), class: "fr-footer__bottom-link"

View file

@ -55,6 +55,7 @@ en:
mentions_legales: mentions_legales:
label: "Legal notices" label: "Legal notices"
title: "Legal notices regarding our platform" title: "Legal notices regarding our platform"
url: "https://www.demarches-simplifiees.fr/mentions-legales"
releases: releases:
label: "Releases notes" label: "Releases notes"
title: "Our last updates" title: "Our last updates"

View file

@ -58,6 +58,7 @@ fr:
mentions_legales: mentions_legales:
label: "Mentions légales" label: "Mentions légales"
title: "Consulter nos Mentions légales" title: "Consulter nos Mentions légales"
url: "https://www.demarches-simplifiees.fr/mentions-legales"
releases: releases:
label: "Nouveautés" label: "Nouveautés"
title: "Les dernière mises à jour de la plateforme" title: "Les dernière mises à jour de la plateforme"