From 83a957533177cb42a2147a86982879f10631487e Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 22 Aug 2023 17:53:32 +0200 Subject: templates: ds100 is not present in HAFAS stations; use eva instead Fixes broken checkin suggestions after arriving with a HAFAS-tracked journey --- templates/_checked_out.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/_checked_out.html.ep') diff --git a/templates/_checked_out.html.ep b/templates/_checked_out.html.ep index 1d8b0e5..064c547 100644 --- a/templates/_checked_out.html.ep +++ b/templates/_checked_out.html.ep @@ -2,11 +2,11 @@
Ausgecheckt

Aus <%= $journey->{train_type} %> <%= $journey->{train_no} %> - bis <%= $journey->{arr_name} %>

+ bis <%= $journey->{arr_name} %>

% if (my @connections = @{stash('connections') // []}) { Verbindungen

Zug auswählen zum Einchecken mit Zielwahl.

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