Skip to content
Snippets Groups Projects
Commit 49d6554c authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent 2e2ef855
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
<%= yield %>
<footer>
<nav class="d-md-flex justify-content-between py-4">
<%= link_to t('terms_of_service'), terms_of_service_path, rel: 'noreferrer' if current_extranet.has_terms? %>
<%= link_to t('terms_of_service'), terms_path, rel: 'noreferrer' if current_extranet.has_terms? %>
<%= link_to t('privacy_policy'), privacy_policy_path, rel: 'noreferrer' if current_extranet.has_privacy_policy? %>
<%= link_to t('cookies_policy'), cookies_policy_path, rel: 'noreferrer' if current_extranet.has_cookies_policy? %>
<%= link_to t('cookies_consent_choice'), '', class: 'js-gdpr__cookie_consent__display_again' %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment