diff options
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) { |