422990f664
fix(9.2.1): add nav to footer as it is a navigation area fix(8.9.1): sign_in, do not use %hr within %p which implicitely close the %p leading to an empty %p after that fix(9.2.1): sign in, missing %nav element
19 lines
1.9 KiB
Text
19 lines
1.9 KiB
Text
|
|
%nav{ 'aria-label': t('links.footer.nav_aria', application_name: APPLICATION_NAME) }
|
|
%ul.footer-row.footer-bottom-line.footer-site-links
|
|
%li.footer-link-accessibilite>
|
|
= 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-cgu>
|
|
= link_to t("links.footer.cgu.label"), t("links.footer.cgu.url"), title: t("links.footer.cgu.title"), class: "footer-link", target: "_blank", rel: "noopener noreferrer"
|
|
%li.footer-link-mentions-legales>
|
|
= 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>
|
|
= 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>
|
|
= 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"
|