From 32a68b46f1fcc8b918f108a970d59ba4b9f55eee Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 20 Feb 2020 20:59:13 +0100 Subject: add _cancelled_departure template was missing from cc7439dd5e051904aa03e21a7a50bda106c43ae0 --- templates/_cancelled_departure.html.ep | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/_cancelled_departure.html.ep diff --git a/templates/_cancelled_departure.html.ep b/templates/_cancelled_departure.html.ep new file mode 100644 index 0000000..220c49d --- /dev/null +++ b/templates/_cancelled_departure.html.ep @@ -0,0 +1,13 @@ +
+
+ Zugausfall +

Die Abfahrt von <%= $journey->{train_type} %> <%= $journey->{train_no} %> + in <%= $journey->{dep_name} %> + entfällt. Der Zugausfall auf der Fahrt nach <%= $journey->{arr_name} %> wurde bereits dokumentiert. +

+ % if (my @connections = get_connecting_trains(eva => $journey->{dep_eva}, destination_name => $journey->{arr_name})) { +

Alternative Reisemöglichkeiten:

+ %= include '_connections', connections => \@connections, checkin_from => $journey->{dep_ds100}; + % } +
+
-- cgit v1.2.3