summaryrefslogtreecommitdiff
path: root/templates/_cancelled_departure.html.ep
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-12-26 20:44:04 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2025-12-26 20:44:04 +0100
commit43c191fc9435a11f4349be86fe6844354f5bbca0 (patch)
treef98259f8a5f8c1d6199cd535d7b8eed11d4a0679 /templates/_cancelled_departure.html.ep
parentcb8d90be7e405d251dbb7f615701b69f4674e1ec (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/_cancelled_departure.html.ep')
-rw-r--r--templates/_cancelled_departure.html.ep4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/_cancelled_departure.html.ep b/templates/_cancelled_departure.html.ep
index db6cc5c..d47385a 100644
--- a/templates/_cancelled_departure.html.ep
+++ b/templates/_cancelled_departure.html.ep
@@ -5,9 +5,5 @@
in <a href="/s/<%= $journey->{dep_eva} %>"><%= $journey->{dep_name} %></a>
entfällt. Der Ausfall der Fahrt nach <%= $journey->{arr_name} %> wurde bereits dokumentiert.
</p>
- % if (my @connections = @{stash('connections_iris') // []}) {
- <p>Alternative Reisemöglichkeiten:</p>
- %= include '_connections', connections => \@connections, checkin_from => $journey->{dep_eva};
- % }
</div>
</div>