diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-01-16 20:35:25 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-01-16 20:35:25 +0100 |
commit | c5b7139a31ef43dad4b80c383f7698e65cc7b914 (patch) | |
tree | 2c62202330b52d6d165cc680da84a8fc55a26acf /templates | |
parent | f9ef51bdb6f6e2de74f699442f748db5c565d1f3 (diff) |
do not ignore routes of trains terminating at the selected station
Diffstat (limited to 'templates')
-rw-r--r-- | templates/app.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
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}}) { <div class="mroute"> Von: |