From 43c191fc9435a11f4349be86fe6844354f5bbca0 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 26 Dec 2025 20:44:04 +0100 Subject: remove old (blocking) connection code; only show departure baord connections Background worker-based information about connecting departures while still checked in will come eventually, but won't recycle the existing code either way. --- templates/_checked_out.html.ep | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'templates/_checked_out.html.ep') diff --git a/templates/_checked_out.html.ep b/templates/_checked_out.html.ep index 21db335..fcac6f8 100644 --- a/templates/_checked_out.html.ep +++ b/templates/_checked_out.html.ep @@ -4,16 +4,6 @@

Aus %= include '_format_train', journey => $journey bis <%= $journey->{arr_name} %>

- % if (@{stash('connections_iris') // [] } or @{stash('connections_hafas') // []}) { - Verbindungen -

Fahrt auswählen zum Einchecken mit Zielwahl.

- % if (@{stash('connections_iris') // [] }) { - %= include '_connections', connections => stash('connections_iris'), checkin_from => $journey->{arr_eva}; - % } - % if (@{stash('connections_hafas') // [] }) { - %= include '_connections_hafas', connections => stash('connections_hafas'), checkin_from => $journey->{arr_eva}; - % } - % }
-- cgit v1.2.3