From e9e06417cff8f42beb4debc9a90cb439f53e0bce Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 27 Dec 2025 18:42:42 +0100 Subject: DBRIS: show connections while still checked in --- templates/_checked_in.html.ep | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'templates/_checked_in.html.ep') diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index b590fdd..837032a 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -221,6 +221,13 @@

% } + % if (my @suggestions = @{$journey->{extra_data}{connection_suggestions_dbris} // []}) { + Verbindungen + % if ($journey->{arrival_countdown} < 0) { +

Fahrt auswählen zum Einchecken mit Zielwahl.

+ % } + %= include '_connections_dbris', dbris => $journey->{backend_name}, suggestions => \@suggestions, checkin_from => $journey->{arrival_countdown} < 0 ? $journey->{arr_eva} : undef + % } % if (my @suggestions = @{$journey->{extra_data}{connection_suggestions_efa} // []}) { Verbindungen % if ($journey->{arrival_countdown} < 0) { -- cgit v1.2.3