From 1dc04eb45ad9d7208cbfa1d7eb046861ff43e0c2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 20 May 2019 19:15:21 +0200 Subject: show journey suggestions on departure board as well --- templates/_connections.html.ep | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'templates/_connections.html.ep') diff --git a/templates/_connections.html.ep b/templates/_connections.html.ep index 1c7f003..d421d4e 100644 --- a/templates/_connections.html.ep +++ b/templates/_connections.html.ep @@ -1,8 +1,4 @@ -Verbindungen -% if ($checkin_from) { -

Zug auswählen zum Einchecken mit Zielwahl.

-% } -
+
% for my $res (@{$connections}) { % my ($train, $via) = @{$res}; @@ -30,7 +26,7 @@ % }
-
+
% for my $res (@{$connections}) { % my ($train, $via) = @{$res}; -- cgit v1.2.3