summaryrefslogtreecommitdiff
path: root/templates/individuallist.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-03-29 21:42:28 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-03-29 21:42:28 +0200
commit5ff936e35a59ea7da2011dfbdcb4f2e261fb8551 (patch)
treee0b00974e2e6812eef122b1ec63e906eb90e9f9e /templates/individuallist.html.ep
parentdd87d4e438674c86c11221617e5273f7534fc865 (diff)
individuallist: strike through canceled departures
Diffstat (limited to 'templates/individuallist.html.ep')
-rw-r--r--templates/individuallist.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/individuallist.html.ep b/templates/individuallist.html.ep
index 2c57ca3..b7b7535 100644
--- a/templates/individuallist.html.ep
+++ b/templates/individuallist.html.ep
@@ -15,7 +15,7 @@ Keine Daten mit diesen Parametern gefunden.
<td class="station">
%= $station
</td>
-<td class="time">
+<td class="time <%= $canceled ? 'cancelled' : q{} %>">
%= $time
% if (defined $delay) {
% if ($delay < 0) {