From c5b7139a31ef43dad4b80c383f7698e65cc7b914 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 16 Jan 2019 20:35:25 +0100 Subject: do not ignore routes of trains terminating at the selected station --- templates/app.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/app.html.ep b/templates/app.html.ep index b2dd257..e65ada5 100644 --- a/templates/app.html.ep +++ b/templates/app.html.ep @@ -157,7 +157,7 @@ % } % } -% if ($departure->{route_post_diff} and @{$departure->{route_post_diff}}) { +% if ($departure->{route_pre_diff} and $departure->{route_post_diff}) { % if (@{$departure->{route_pre_diff}}) {
Von: -- cgit v1.2.3