From 4783ecd2a73d14b64fc0bc9208946d3195adac41 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 7 Nov 2014 21:24:20 +0100 Subject: multi template: do not show platform for cancelled departures --- templates/multi.html.ep | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/multi.html.ep') diff --git a/templates/multi.html.ep b/templates/multi.html.ep index 3a96381..6e58325 100644 --- a/templates/multi.html.ep +++ b/templates/multi.html.ep @@ -7,7 +7,9 @@
+% if (not $departure->{is_cancelled}) { %= $departure->{platform} +% }
-- cgit v1.2.3