From e54130ad6ea805cc04db17a3f614cb4bd25ca3f0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 24 Sep 2022 18:53:04 +0200 Subject: optionally show local transit connections as well --- 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 040c5de..dcf9ddc 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -200,6 +200,13 @@ % } %= include '_connections', connections => \@connections, checkin_from => $journey->{arrival_countdown} < 0 ? $journey->{arr_ds100} : undef; % } + % if (my @transit_fyi = @{stash('transit_fyi') // []}) { + Nahverkehr + % if ($journey->{arrival_countdown} < 0) { +

Nur zur Information – kein Checkin möglich.

+ % } + %= include '_transit_fyi', transit_fyi => \@transit_fyi; + % } % if (defined $journey->{arrival_countdown} and $journey->{arrival_countdown} <= 0) {

Der automatische Checkout erfolgt wegen gelegentlich veralteter -- cgit v1.2.3