diff options
Diffstat (limited to 'templates/_departures_hafas.html.ep')
-rw-r--r-- | templates/_departures_hafas.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/_departures_hafas.html.ep b/templates/_departures_hafas.html.ep index 5b1a057..b737c05 100644 --- a/templates/_departures_hafas.html.ep +++ b/templates/_departures_hafas.html.ep @@ -1,4 +1,4 @@ -<table class="striped"> +<table class="striped departures"> <tbody> % my $orientation_bar_shown = param('train'); % my $now_epoch = now()->epoch; @@ -11,7 +11,7 @@ % } % if (not $orientation_bar_shown and $result->datetime->epoch < $now_epoch) { % $orientation_bar_shown = 1; - <tr> + <tr class="now"> <td> </td> <td> |