diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-22 17:53:32 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-22 17:53:32 +0200 |
commit | 83a957533177cb42a2147a86982879f10631487e (patch) | |
tree | 08b734853d15f015a9fba29523b5a28a822925fe /templates/_cancelled_departure.html.ep | |
parent | ecc419e6461d231e5ae8a69f37784421c0a72990 (diff) |
templates: ds100 is not present in HAFAS stations; use eva instead2.0.3
Fixes broken checkin suggestions after arriving with a HAFAS-tracked journey
Diffstat (limited to 'templates/_cancelled_departure.html.ep')
-rw-r--r-- | templates/_cancelled_departure.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/_cancelled_departure.html.ep b/templates/_cancelled_departure.html.ep index 1d5c76a..2f7f60b 100644 --- a/templates/_cancelled_departure.html.ep +++ b/templates/_cancelled_departure.html.ep @@ -2,12 +2,12 @@ <div class="card-content"> <span class="card-title">Zugausfall</span> <p>Die Abfahrt von <%= $journey->{train_type} %> <%= $journey->{train_no} %> - in <a href="/s/<%= $journey->{dep_ds100} %>"><%= $journey->{dep_name} %></a> + in <a href="/s/<%= $journey->{dep_eva} %>"><%= $journey->{dep_name} %></a> entfällt. Der Zugausfall auf der Fahrt nach <%= $journey->{arr_name} %> wurde bereits dokumentiert. </p> % if (my @connections = @{stash('connections') // []}) { <p>Alternative Reisemöglichkeiten:</p> - %= include '_connections', connections => \@connections, checkin_from => $journey->{dep_ds100}; + %= include '_connections', connections => \@connections, checkin_from => $journey->{dep_eva}; % } </div> </div> |