diff options
Diffstat (limited to 'templates/_history_trains.html.ep')
-rw-r--r-- | templates/_history_trains.html.ep | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/_history_trains.html.ep b/templates/_history_trains.html.ep index 6bcd8cd..51f776c 100644 --- a/templates/_history_trains.html.ep +++ b/templates/_history_trains.html.ep @@ -17,7 +17,11 @@ % } <tr> <td><%= $travel->{sched_departure}->strftime($date_format) %></td> - <td><a href="<%= $detail_link %>"><%= $travel->{type} %> <%= $travel->{line} // $travel->{no} %></a></td> + <td><a href="<%= $detail_link %>"> + <span class="dep-line <%= $travel->{type} // q{} %>"> + <%= $travel->{type} %> <%= $travel->{line} // $travel->{no}%> + </span> + </a></td> <td> <a href="<%= $detail_link %>" class="unmarked"> % if (param('cancelled')) { |