diff --git a/templates/_footer.html.ep b/templates/_footer.html.ep deleted file mode 100644 index 06623ff81a053962d224375563663965932a63d8..0000000000000000000000000000000000000000 --- a/templates/_footer.html.ep +++ /dev/null @@ -1,11 +0,0 @@ -
-
- travelynx v<%= $version // '???' %> - - Impressum - - Datenschutz - - Legende -
-
diff --git a/templates/changelog.html.ep b/templates/changelog.html.ep index c60be19f8a96c1ae04a216fa1d87b96bd2dadb2a..77c7a6d100a510a1e073848dfa953e59eeda952e 100644 --- a/templates/changelog.html.ep +++ b/templates/changelog.html.ep @@ -522,5 +522,3 @@ - -%= include '_footer', version => stash('version') diff --git a/templates/departures.html.ep b/templates/departures.html.ep index 852f876b69aad278043f604e496224399f235f92..0d10338c3ac9981591dd751592b0cf9c65f7a63a 100644 --- a/templates/departures.html.ep +++ b/templates/departures.html.ep @@ -92,5 +92,3 @@ % } - -%= include '_footer', version => stash('version') diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 178e762ed5d2b122ce70213c8aed84db4d47e334..b91cd895e858d09e9b54bf8f0f58de936431a6db 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -122,5 +122,3 @@ % } - -%= include '_footer', version => stash('version') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 03c59a46938b68156d21ec570fa731c151091f1b..468039da942ee220834f91c9a9dc15e91c743f76 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 +
+
+ travelynx v<%= $version // '???' %> + + Impressum + + Datenschutz + + Legende +
+