diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/clean.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/clean.html.ep b/templates/clean.html.ep index c013cd6..21750d5 100644 --- a/templates/clean.html.ep +++ b/templates/clean.html.ep @@ -57,7 +57,7 @@ %= $departure->{destination} </span> <span class="countdown"> -% if ($departure->{delay}) { +% if ($departure->{delay} and not $departure->{is_cancelled}) { <span class="delay">(+<%= $departure->{delay} %>)</span> % } <span class="platform"> |