show footer for agent

This commit is contained in:
Christophe Robillard 2023-12-11 15:29:49 +01:00
parent d7a8430201
commit 7e3c47f5cf
3 changed files with 14 additions and 0 deletions

View file

@ -1,4 +1,12 @@
- nav_bar_profile = controller.try(:nav_bar_profile) || :guest
- is_agent = [:user, :guest].exclude?(nav_bar_profile)
%ul.fr-footer__bottom-list
- if is_agent
%li.fr-footer__bottom-item
= link_to t("links.footer.doc.label"), DOC_URL, title: t("links.footer.doc.title"), class: "fr-footer__bottom-link", target: "_blank", rel: "noopener noreferrer"
%li.fr-footer__bottom-item
= link_to t("links.footer.vote_feature.label"), FEATURE_UPVOTE_URL, title: t("links.footer.vote_feature.title"), class: "fr-footer__bottom-link", target: "_blank", rel: "noopener noreferrer"
%li.fr-footer__bottom-item
= link_to t("links.footer.accessibilite.label"), ACCESSIBILITE_URL, title: t("links.footer.accessibilite.title"), class: "fr-footer__bottom-link", rel: "noopener noreferrer"
%li.fr-footer__bottom-item