1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00
projekteuler/app/views/layouts/_footer.html.erb

9 lines
359 B
Plaintext

<footer class="footer">
<div class="container">
<p class="text-muted text-center">
<%= link_to t('application.legal'), about_legal_path %>
| <%= link_to t('application.privacy'), about_privacy_path %>
| <%= link_to t('application.copyright'), about_copyright_path %>
| <%= t('application.bootstrap_html')%></p>
</div>
</footer>