9e76135b27
In Sentry, when an `ActionController::InvalidAuthenticityToken` error occurs, the breadcrumbs mention that before hitting the error, the user clicked on one of those links. Unfortunately we don't know which one. For debugging purposes, adding classes to the links should allow us to see which links users are navigating to.
7 lines
549 B
Text
7 lines
549 B
Text
%ul.footer-row.footer-bottom-line.footer-site-links
|
|
%li.footer-link-accessibilite>= link_to "Accessibilité", accessibilite_path
|
|
%li.footer-link-cgu>= link_to "CGU", CGU_URL, target: "_blank", rel: "noopener noreferrer"
|
|
%li.footer-link-mentions-legales>= link_to "Mentions légales", MENTIONS_LEGALES_URL, target: "_blank", rel: "noopener noreferrer"
|
|
%li.footer-link-doc>= link_to 'Documentation', DOC_URL
|
|
%li.footer-link-contact>= contact_link "Contact technique", dossier_id: dossier&.id
|
|
%li.footer-link-aide>= link_to 'Aide', FAQ_URL
|