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

better

parent d0c9d075
No related merge requests found
<footer class="pt-5">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="mb-5">
<%= image_tag 'osuny-black.svg', width: 80 %>
</div>
<p>
<%= current_context %>
</p>
</div>
<div class="col-md-6">
<nav class="nav flex-column text-end">
<%= link_to t('terms_of_service'),
t('terms_of_service_url'),
class: 'nav-link pe-0',
target: '_blank',
rel: 'noreferrer' %>
<%= link_to t('privacy_policy'),
t('privacy_policy_url'),
class: 'nav-link pe-0',
target: '_blank',
rel: 'noreferrer' %>
<%= link_to t('cookies_policy'),
t('cookies_policy_url'),
class: 'nav-link pe-0',
target: '_blank',
rel: 'noreferrer' %>
<%= link_to t('cookies_consent_choice'),
'',
class: 'nav-link pe-0 js-gdpr__cookie_consent__display_again' %>
</nav>
</div>
<div class="container text-center">
<div class="mb-5">
<%= image_tag 'osuny-black.svg', width: 80 %>
</div>
<nav class="nav justify-content-center">
<%= link_to t('terms_of_service'),
t('terms_of_service_url'),
class: 'nav-link',
target: '_blank',
rel: 'noreferrer' %>
<%= link_to t('privacy_policy'),
t('privacy_policy_url'),
class: 'nav-link',
target: '_blank',
rel: 'noreferrer' %>
<%= link_to t('cookies_policy'),
t('cookies_policy_url'),
class: 'nav-link',
target: '_blank',
rel: 'noreferrer' %>
<%= link_to t('cookies_consent_choice'),
'',
class: 'nav-link js-gdpr__cookie_consent__display_again' %>
</nav>
</div>
</footer>
......@@ -6,8 +6,8 @@
<title><%= yield :title %></title>
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<%= stylesheet_link_tag 'application', media: 'all' %>
<%= javascript_include_tag 'application' %>
<%= stylesheet_link_tag 'admin', media: 'all' %>
<%= javascript_include_tag 'admin' %>
<%= favicon_link_tag 'favicon.png' %>
</head>
<body class="<%= body_classes %>">
......
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