From 2da48e05bef789e3d4f42588dbeb0ad4ca0a75d5 Mon Sep 17 00:00:00 2001
From: Daniel Friesel
Zug auswählen zum Einchecken mit Zielwahl.
- % } - %= include '_connections', connections => \@connections, checkin_from => $journey->{arrival_countdown} < 0 ? $journey->{arr_ds100} : undef; + % if (my @connections = @{stash('connections') // []}) { + Verbindungen + % if ($journey->{arrival_countdown} < 0) { +Zug auswählen zum Einchecken mit Zielwahl.
% } + %= include '_connections', connections => \@connections, checkin_from => $journey->{arrival_countdown} < 0 ? $journey->{arr_ds100} : undef; % } % if (defined $journey->{arrival_countdown} and $journey->{arrival_countdown} <= 0) {diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 61d136e..3e7d761 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -13,7 +13,6 @@ % }