summaryrefslogtreecommitdiff
path: root/templates/clean.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/clean.html.ep')
-rw-r--r--templates/clean.html.ep8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/clean.html.ep b/templates/clean.html.ep
index 41dddc6..1c64c20 100644
--- a/templates/clean.html.ep
+++ b/templates/clean.html.ep
@@ -14,7 +14,7 @@
% $route_str .= $stop . ($via_cur < $via_max ? ' - ' : q{});
% }
% my $extraclasses = q{};
-% if ($departure->{is_cancelled}) {
+% if ($departure->{is_cancelled} or $departure->{departure_is_cancelled}) {
% $extraclasses .= ' cancelled';
<li class="cancelled">
% }
@@ -79,7 +79,11 @@
<div class="minfo">Fahrt fällt aus</div>
% }
% elsif (defined $departure->{delay} and $departure->{delay} > 0) {
- <div class="minfo">+<%= $departure->{delay} %></div>
+ <div class="minfo">+<%= $departure->{delay} %>
+% if ($departure->{departure_is_cancelled}) {
+ (endet hier)
+% }
+ </div>
% }
% if (@{$departure->{replaced_by}}) {
% for my $replacement (@{$departure->{replaced_by}}) {