summaryrefslogtreecommitdiff
path: root/templates/app.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-01-16 20:35:25 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-01-16 20:35:25 +0100
commitc5b7139a31ef43dad4b80c383f7698e65cc7b914 (patch)
tree2c62202330b52d6d165cc680da84a8fc55a26acf /templates/app.html.ep
parentf9ef51bdb6f6e2de74f699442f748db5c565d1f3 (diff)
do not ignore routes of trains terminating at the selected station
Diffstat (limited to 'templates/app.html.ep')
-rw-r--r--templates/app.html.ep2
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: