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

Fix

parent 0cf58386
No related branches found
No related tags found
No related merge requests found
<footer class="bg-black text-white py-5">
<div class="container-fluid">
<%= link_to 'https://www.osuny.org', target: :_blank, class: 'text-white-50' do %>
<%= t('admin.footer.signature') %>
<% end %>
</div>
</footer>
\ No newline at end of file
......@@ -31,7 +31,7 @@
</div>
</main>
<%= render "admin/layouts/themes/pure/commands" %>
<%= render "admin/layouts/themes/pure/footer" %>
<%= render "server/application/footer" %>
<%= javascript_include_tag 'server' %>
<%= render 'bugsnag' %>
</body>
......
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