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/_checked_out.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/_checked_out.html.ep')
-rw-r--r-- | templates/_checked_out.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <div class="card-content"> <span class="card-title">Ausgecheckt</span> <p>Aus <%= $journey->{train_type} %> <%= $journey->{train_no} %> - bis <a href="/s/<%= $journey->{arr_ds100} %>"><%= $journey->{arr_name} %></a></p> + bis <a href="/s/<%= $journey->{arr_eva} %>"><%= $journey->{arr_name} %></a></p> % if (my @connections = @{stash('connections') // []}) { <span class="card-title" style="margin-top: 2ex;">Verbindungen</span> <p>Zug auswählen zum Einchecken mit Zielwahl.</p> - %= include '_connections', connections => \@connections, checkin_from => $journey->{arr_ds100}; + %= include '_connections', connections => \@connections, checkin_from => $journey->{arr_eva}; % } </div> <div class="card-action"> |