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 --- templates/departures.html.ep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/departures.html.ep') 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