From 4090d1e900976062983358f761fb6869862f9dbc Mon Sep 17 00:00:00 2001 From: simon lehericey Date: Wed, 27 Apr 2022 11:46:21 +0200 Subject: [PATCH] Ajoute un lien dans le footer --- app/views/root/_footer.html.haml | 2 ++ config/locales/links.en.yml | 4 ++++ config/locales/links.fr.yml | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/app/views/root/_footer.html.haml b/app/views/root/_footer.html.haml index 50e603d6d..f1976c154 100644 --- a/app/views/root/_footer.html.haml +++ b/app/views/root/_footer.html.haml @@ -44,3 +44,5 @@ = link_to t("links.footer.accessibilite.label"), t("links.footer.accessibilite.url"), title: t("links.footer.accessibilite.title"), class: "footer-link", target: "_blank", rel: "noopener noreferrer" %li.footer-link = link_to t("links.footer.status_page.label"), t("links.footer.status_page.url"), title: t("links.footer.status_page.title"), class: "footer-link", target: "_blank", rel: "noopener noreferrer" + %li.footer-link + = link_to t("links.footer.security.label"), t("links.footer.security.url"), title: t("links.footer.security.title"), class: "footer-link", target: "_blank", rel: "noopener noreferrer" diff --git a/config/locales/links.en.yml b/config/locales/links.en.yml index b3e41e3b4..7097d8fff 100644 --- a/config/locales/links.en.yml +++ b/config/locales/links.en.yml @@ -65,6 +65,10 @@ en: label: "Releases" title: "Releases" url: "https://github.com/betagouv/demarches-simplifiees.fr/releases" + security: + label: "Security" + title: "Security" + url: "https://github.com/betagouv/demarches-simplifiees.fr/blob/main/SECURITY.md" stats: label: "Statistics" title: "Statistics" diff --git a/config/locales/links.fr.yml b/config/locales/links.fr.yml index a3d0ed9a5..5662bcac0 100644 --- a/config/locales/links.fr.yml +++ b/config/locales/links.fr.yml @@ -65,6 +65,10 @@ fr: label: "Nouveautés" title: "Nos nouveautés" url: "https://github.com/betagouv/demarches-simplifiees.fr/releases" + security: + label: "Sécurité" + title: "Sécurité" + url: "https://github.com/betagouv/demarches-simplifiees.fr/blob/main/SECURITY.md" stats: label: "Statistiques" title: "Statistiques"