From d9126b927f585650c2db3b264af274f84dd1e1d6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 26 Dec 2019 22:48:50 +0100 Subject: fix connections display --- lib/Travelynx/Controller/Traveling.pm | 2 +- templates/departures.html.ep | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Travelynx/Controller/Traveling.pm b/lib/Travelynx/Controller/Traveling.pm index 6b8c766..7095312 100755 --- a/lib/Travelynx/Controller/Traveling.pm +++ b/lib/Travelynx/Controller/Traveling.pm @@ -395,7 +395,7 @@ sub station { $self->render( 'departures', - ds100 => $status->{station_ds100}, + eva => $status->{station_eva}, results => \@results, station => $status->{station_name}, related_stations => $status->{related_stations}, diff --git a/templates/departures.html.ep b/templates/departures.html.ep index e71fa25..ae0dd2d 100644 --- a/templates/departures.html.ep +++ b/templates/departures.html.ep @@ -18,7 +18,7 @@ ab <%= $status->{dep_name} %>

- + Hier auschecken
@@ -33,12 +33,12 @@ % } -% elsif (not param('train') and my @connections = get_connecting_trains(ds100 => $ds100)) { +% elsif (not param('train') and my @connections = get_connecting_trains(eva => $eva)) { % $have_connections = 1;

Häufig genutzte Verbindungen – Zug auswählen zum Einchecken mit Zielwahl

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