summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-01-21 10:33:59 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-01-21 10:33:59 +0100
commitf3679cb23f0d514169f25637f79c2f9ac6101e20 (patch)
tree5a7138adc7561764bf385d9600a892a6dd6bb785 /templates
parent88dc5283c4a7ddeb0938fb421a46c39c4fcdc682 (diff)
clean template: remove superfluous <span class="delayed">
Diffstat (limited to 'templates')
-rw-r--r--templates/clean.html.ep6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/clean.html.ep b/templates/clean.html.ep
index e9cf1b7..0802cde 100644
--- a/templates/clean.html.ep
+++ b/templates/clean.html.ep
@@ -242,14 +242,8 @@
</span>
<span class="time <%= ($show_realtime and $departure->{delay} and not
$departure->{is_cancelled}) ? 'delayed' : q{} %> <%= $extraclasses %>">
-% if ($show_realtime and $departure->{delay} and not $departure->{is_cancelled}) {
- <span class="delayed">
-% }
%= $departure->{time}
</span>
-% if ($show_realtime and $departure->{delay} and not $departure->{is_cancelled}) {
- </span>
-% }
</li>
% }