diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-03-29 21:42:28 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-03-29 21:42:28 +0200 |
commit | 5ff936e35a59ea7da2011dfbdcb4f2e261fb8551 (patch) | |
tree | e0b00974e2e6812eef122b1ec63e906eb90e9f9e /templates | |
parent | dd87d4e438674c86c11221617e5273f7534fc865 (diff) |
individuallist: strike through canceled departures
Diffstat (limited to 'templates')
-rw-r--r-- | templates/individuallist.html.ep | 2 |
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) { |