From 6a0f20e29f559cfecf7b2e914d989cc12d00cc35 Mon Sep 17 00:00:00 2001 From: Cassidy Dingenskirchen Date: Sun, 22 Oct 2023 14:40:17 +0200 Subject: departure board: now-jump button and styled hafas/iris switch button --- templates/departures.html.ep | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'templates/departures.html.ep') diff --git a/templates/departures.html.ep b/templates/departures.html.ep index c08e986..9235600 100644 --- a/templates/departures.html.ep +++ b/templates/departures.html.ep @@ -7,18 +7,20 @@ % } -% if ($api_link) { -
-
- % if (param('hafas')) { - zum Schienenverkehr - % } - % else { - zum Nahverkehr - % } -
+
+
+ % if ($api_link) { + % if (param('hafas')) { + trainzum Schienenverkehr + % } + % else { + directionszum Nahverkehr + % } + % } + vertical_align_centerJetzt
-% } +
+ % my $have_connections = 0; % if ($user_status->{checked_in}) {
-- cgit v1.2.3