1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

Add privacy page, include Matomo in production

This commit is contained in:
2019-09-07 22:32:03 +02:00
parent 5a7c7d66a9
commit f6ff719862
11 changed files with 100 additions and 9 deletions

View File

@@ -1,5 +1,9 @@
<footer class="footer">
<div class="container">
<p class="text-muted text-center"><%= link_to t('application.copyright'), about_copyright_path %> | <%= t('application.bootstrap_html')%></p>
<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>