From dfe820952f13ccd792130758303c338dc94d3bc9 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 15 Aug 2023 08:37:14 +0200 Subject: station board: add iris / hafas links --- templates/departures.html.ep | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'templates/departures.html.ep') diff --git a/templates/departures.html.ep b/templates/departures.html.ep index c165d71..3b63016 100644 --- a/templates/departures.html.ep +++ b/templates/departures.html.ep @@ -6,6 +6,26 @@ % } +% if ($api_link) { +
+ % if (param('hafas')) { + +
+ → Nahverkehr ← +
+ % } + % else { +
+ → Schienenverkehr ← +
+ + % } +
+% } % my $have_connections = 0; % if ($user_status->{checked_in}) {
-- cgit v1.2.3