summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-09-12 12:16:55 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-09-12 12:16:55 +0200
commitd99ac06ba7379c92809a2ca9b2285fac1639ce37 (patch)
tree93f5a33eb12d9baabdaf75ca00fb4529fea26c08 /templates
parent71e2135e1a068410ffb1a0469cfeb224c9baa6fe (diff)
link to backend libraries
Diffstat (limited to 'templates')
-rw-r--r--templates/main.html.ep11
1 files changed, 7 insertions, 4 deletions
diff --git a/templates/main.html.ep b/templates/main.html.ep
index 7b8c94b..7dc9cb9 100644
--- a/templates/main.html.ep
+++ b/templates/main.html.ep
@@ -183,10 +183,13 @@ interface optimized for Deutsche Bahn departure data</li>
<div class="about">
<a href="http://finalrewind.org/projects/vrr-fakedisplay/">vrr-fakedisplay</a>
v<%= $version %><br/>
-using<br/>
-Travel::Status::DE::ASEAG v<%= $Travel::Status::DE::ASEAG::VERSION %><br/>
-Travel::Status::DE::DeutscheBahn v<%= $Travel::Status::DE::DeutscheBahn::VERSION %><br/>
-Travel::Status::DE::EFA v<%= $Travel::Status::DE::EFA::VERSION %><br/>
+Backends:<br/>
+<a href="http://finalrewind.org/projects/Travel-Status-DE-URA/">Travel::Status::DE::ASEAG</a>
+v<%= $Travel::Status::DE::ASEAG::VERSION %><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-VRR/">Travel::Status::DE::EFA</a>
+v<%= $Travel::Status::DE::EFA::VERSION %><br/>
</div>
</body>