diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-26 20:44:04 +0100 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-26 20:44:04 +0100 |
| commit | 43c191fc9435a11f4349be86fe6844354f5bbca0 (patch) | |
| tree | f98259f8a5f8c1d6199cd535d7b8eed11d4a0679 /templates/_checked_in.html.ep | |
| parent | cb8d90be7e405d251dbb7f615701b69f4674e1ec (diff) | |
remove old (blocking) connection code; only show departure baord connections2.17.40
Background worker-based information about connecting departures while still
checked in will come eventually, but won't recycle the existing code either
way.
Diffstat (limited to 'templates/_checked_in.html.ep')
| -rw-r--r-- | templates/_checked_in.html.ep | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 69754e3..f057a0a 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -221,18 +221,6 @@ </ul> </p> % } - % if (@{stash('connections_iris') // [] } or @{stash('connections_hafas') // []}) { - <span class="card-title" style="margin-top: 2ex;">Verbindungen</span> - % if ($journey->{arrival_countdown} < 0) { - <p>Fahrt auswählen zum Einchecken mit Zielwahl.</p> - % } - % if (@{stash('connections_iris') // [] }) { - %= include '_connections', connections => stash('connections_iris'), checkin_from => $journey->{arrival_countdown} < 0 ? $journey->{arr_eva} : undef; - % } - % if (@{stash('connections_hafas') // [] }) { - %= include '_connections_hafas', connections => stash('connections_hafas'), checkin_from => $journey->{arrival_countdown} < 0 ? $journey->{arr_eva} : undef; - % } - % } % if (defined $journey->{arrival_countdown} and $journey->{arrival_countdown} <= 0) { <p style="margin-top: 2ex;"> %= L('status.delayed-auto-checkout') |
