summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-09-12 12:17:04 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-09-12 12:17:04 +0200
commitf8cf6d4fe0c580bcd9c563dbc308e1214c90ae0b (patch)
treec19c29a549819279f448a6b096a5b1782b75576c
parentd7b77a9d2f8f958c6f1592691834d7af2391beae (diff)
show backend versions
-rw-r--r--templates/layouts/default.html.ep7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index ff7fe41..5ac3a9a 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -180,7 +180,12 @@ nur Züge via Bochum oder Hamm)</li>
<div class="about">
<a href="http://finalrewind.org/projects/db-fakedisplay/">db-infoscreen</a>
-v<%= stash('version') // '???' %>
+v<%= stash('version') // '???' %><br/>
+Backends:<br/>
+<a href="http://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/">Travel::Status::DE::DeutscheBahn</a>
+v<%= $Travel::Status::DE::DeutscheBahn::VERSION %><br/>
+<a href="http://finalrewind.org/projects/Travel-Status-DE-IRIS/">Travel::Status::DE::IRIS</a>
+v<%= $Travel::Status::DE::IRIS::VERSION %><br/>
</div>
% }