From 0b5bc869b5a8117b9eb6ee9aa92ee22eea8274b2 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 7 Jul 2023 22:26:31 +0200 Subject: move footer to layout --- templates/_footer.html.ep | 11 ----------- templates/changelog.html.ep | 2 -- templates/departures.html.ep | 2 -- templates/landingpage.html.ep | 2 -- templates/layouts/default.html.ep | 11 +++++++++++ templates/login.html.ep | 2 -- templates/profile.html.ep | 2 -- templates/register.html.ep | 2 -- templates/user_status.html.ep | 2 -- templates/year_in_review.html.ep | 2 -- 10 files changed, 11 insertions(+), 27 deletions(-) delete mode 100644 templates/_footer.html.ep diff --git a/templates/_footer.html.ep b/templates/_footer.html.ep deleted file mode 100644 index 06623ff..0000000 --- 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 c60be19..77c7a6d 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 852f876..0d10338 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 178e762..b91cd89 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 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 +
+
+ travelynx v<%= $version // '???' %> + + Impressum + + Datenschutz + + Legende +
+