diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-09-12 12:17:04 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-09-12 12:17:04 +0200 |
commit | f8cf6d4fe0c580bcd9c563dbc308e1214c90ae0b (patch) | |
tree | c19c29a549819279f448a6b096a5b1782b75576c | |
parent | d7b77a9d2f8f958c6f1592691834d7af2391beae (diff) |
show backend versions
-rw-r--r-- | templates/layouts/default.html.ep | 7 |
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> % } |