From d43e985785759b3eecfd0f6912e6e0266de24ba4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 27 Oct 2022 22:59:28 +0200 Subject: about: map is now served via T-S-DE-HAFAS --- templates/about.html.ep | 9 ++++----- 1 file 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 %> % }
- % if (app->config->{hafas_rest_api} =~ m{v5.db.transport.rest}) { - • Karte: DB HAFAS via v5.db.transport.rest
- % } - % else { - • Karte: DB HAFAS via hafas-rest-api
+ • Karte: Travel::Status::DE::HAFAS + % if ($Travel::Status::DE::HAFAS::VERSION) { + v<%= $Travel::Status::DE::HAFAS::VERSION %> % } +
• Zugauslastung Fernverkehr: DB HAFAS via bahn.expert
• Zugauslastung Regionalverkehr: VRR EFA via eva-to-efa-gw

-- cgit v1.2.3