From 2d7c75f8779fef14eefa84a7c03fb16e52f9bf4f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 30 Apr 2019 18:18:09 +0200 Subject: show imprint and version on landing page --- templates/about.html.ep | 2 +- templates/landingpage.html.ep | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/about.html.ep b/templates/about.html.ep index de7b671..c16992d 100644 --- a/templates/about.html.ep +++ b/templates/about.html.ep @@ -1,6 +1,6 @@
- travelynx v<%= stash('version') // '???' %>
+ travelynx v<%= stash('version') // '???' %>
Entwickelt von @derfnull
Backend: Travel::Status::DE::IRIS diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index c6551ec..4e1af8e 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -120,3 +120,11 @@
% } + +
+
+ Impressum und Datenschutz + + travelynx v<%= stash('version') // '???' %> +
+
-- cgit v1.2.3