summaryrefslogtreecommitdiff
path: root/templates/layouts/default.html.ep
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2023-07-07 22:26:31 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2023-07-07 22:26:31 +0200
commit0b5bc869b5a8117b9eb6ee9aa92ee22eea8274b2 (patch)
tree5f077a1dc9935ed1ad8a4533dae59fd66c7bc7bc /templates/layouts/default.html.ep
parent32341dc5d261df7713a700d89d7a72dcd94fea28 (diff)
move footer to layout1.32.10
Diffstat (limited to 'templates/layouts/default.html.ep')
-rw-r--r--templates/layouts/default.html.ep11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index 03c59a4..468039d 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -132,6 +132,17 @@
%= include '_deletion_note', timestamp => $acc->{deletion_requested}
% }
%= content
+ <div class="row" style="margin-top: 5em;">
+ <div class="col s12 center-align grey-text">
+ <a href="/about">travelynx</a> v<%= $version // '???' %>
+ <span style="margin-left: 0.5em; margin-right: 0.5em;">–</span>
+ <a href="/impressum">Impressum</a>
+ <span style="margin-left: 0.5em; margin-right: 0.5em;">–</span>
+ <a href="/impressum">Datenschutz</a>
+ <span style="margin-left: 0.5em; margin-right: 0.5em;">–</span>
+ <a href="/legend">Legende</a>
+ </div>
+ </div>
</div>
<script>