diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-01-21 10:33:59 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-01-21 10:33:59 +0100 |
commit | f3679cb23f0d514169f25637f79c2f9ac6101e20 (patch) | |
tree | 5a7138adc7561764bf385d9600a892a6dd6bb785 /templates/clean.html.ep | |
parent | 88dc5283c4a7ddeb0938fb421a46c39c4fcdc682 (diff) |
clean template: remove superfluous <span class="delayed">
Diffstat (limited to 'templates/clean.html.ep')
-rw-r--r-- | templates/clean.html.ep | 6 |
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> % } |