Merge pull request #7213 from betagouv/add-link-to-code-source
ameliore la decouvrabilité du code
This commit is contained in:
commit
bc9005abd3
3 changed files with 8 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
||||||
= link_to t("links.footer.mentions_legales.label"), t("links.footer.mentions_legales.url"), title: t("links.footer.mentions_legales.title"), class: "footer-link", target: "_blank", 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: "footer-link", target: "_blank", rel: "noopener noreferrer"
|
||||||
%li.footer-link
|
%li.footer-link
|
||||||
= link_to t("links.footer.suivi.label"), suivi_path, title: t("links.footer.suivi.title"), class: "footer-link"
|
= link_to t("links.footer.suivi.label"), suivi_path, title: t("links.footer.suivi.title"), class: "footer-link"
|
||||||
|
%li.footer-link
|
||||||
|
= link_to t("links.footer.code.label"), t("links.footer.code.url"), title: t("links.footer.code.title"), class: "footer-link", target: "_blank", rel: "noopener noreferrer"
|
||||||
|
|
||||||
%li.footer-column
|
%li.footer-column
|
||||||
%ul.footer-links
|
%ul.footer-links
|
||||||
|
|
|
@ -7,6 +7,8 @@
|
||||||
= link_to t("links.footer.mentions_legales.label"), t("links.footer.mentions_legales.url"), title: t("links.footer.mentions_legales.title"), class: "footer-link", target: "_blank", 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: "footer-link", target: "_blank", rel: "noopener noreferrer"
|
||||||
%li.footer-link-doc>
|
%li.footer-link-doc>
|
||||||
= link_to t("links.footer.doc.label"), t("links.footer.doc.url"), title: t("links.footer.doc.title"), class: "footer-link", target: "_blank", rel: "noopener noreferrer"
|
= link_to t("links.footer.doc.label"), t("links.footer.doc.url"), title: t("links.footer.doc.title"), class: "footer-link", target: "_blank", rel: "noopener noreferrer"
|
||||||
|
%li.footer-link-code>
|
||||||
|
= link_to t("links.footer.code.label"), t("links.footer.code.url"), title: t("links.footer.code.title"), class: "footer-link", target: "_blank", rel: "noopener noreferrer"
|
||||||
%li.footer-link-contact>
|
%li.footer-link-contact>
|
||||||
= contact_link t("links.footer.contact_technique.label"), dossier_id: dossier&.id, title: t("links.footer.contact_technique.title"), class: "footer-link"
|
= 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>
|
%li.footer-link-aide>
|
||||||
|
|
|
@ -31,6 +31,10 @@ fr:
|
||||||
label: "CGU"
|
label: "CGU"
|
||||||
title: "Conditions Générales d'Utilisation"
|
title: "Conditions Générales d'Utilisation"
|
||||||
url: "https://doc.demarches-simplifiees.fr/cgu"
|
url: "https://doc.demarches-simplifiees.fr/cgu"
|
||||||
|
code:
|
||||||
|
label: "Code source"
|
||||||
|
title: "Code source"
|
||||||
|
url: "https://github.com/betagouv/demarches-simplifiees.fr"
|
||||||
contact:
|
contact:
|
||||||
label: "Contact"
|
label: "Contact"
|
||||||
title: "Contact"
|
title: "Contact"
|
||||||
|
|
Loading…
Reference in a new issue