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

Fix Footer

parent 0728a284
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,14 @@
<p class="text-white"><%= t('admin.pending_tasks.text_html') %></p>
</div>
</div>
<div class="d-md-flex justify-content-between mt-5 pt-5 mb-5 mb-sm-0">
<%= link_to 'https://www.osuny.org', target: :_blank, class: 'text-white-50' do %>
<%= t('admin.footer.signature') %>
<% end %>
<ul class="list-unstyled d-md-flex mt-4">
<div class="d-md-flex justify-content-between my-5 py-5 mb-sm-0">
<div class="mb-5">
<%= link_to t('admin.footer.signature'),
'https://www.osuny.org',
target: :_blank,
class: 'text-white-50' %>
</div>
<ul class="list-unstyled d-md-flex">
<%
[
['Aide à la contribution', 'https://support.osuny.org'],
......
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