diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/about.html.ep | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/about.html.ep b/templates/about.html.ep index df5d3e6..1c04456 100644 --- a/templates/about.html.ep +++ b/templates/about.html.ep @@ -31,12 +31,11 @@ v<%= $Travel::Status::DE::DBWagenreihung::VERSION %> % } <br/> - % if (app->config->{hafas_rest_api} =~ m{v5.db.transport.rest}) { - • Karte: DB HAFAS via <a href="https://v5.db.transport.rest/">v5.db.transport.rest</a><br/> - % } - % else { - • Karte: DB HAFAS via <a href="https://github.com/public-transport/hafas-rest-api">hafas-rest-api</a><br/> + • Karte: <a href="https://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/">Travel::Status::DE::HAFAS</a> + % if ($Travel::Status::DE::HAFAS::VERSION) { + v<%= $Travel::Status::DE::HAFAS::VERSION %> % } + <br/> • Zugauslastung Fernverkehr: DB HAFAS via <a href="https://docs.bahn.expert/">bahn.expert</a><br/> • Zugauslastung Regionalverkehr: VRR EFA via <a href="https://github.com/derf/eva-to-efa-gw">eva-to-efa-gw</a><br/> <br/> |