diff options
| author | Luc Donnet | 2014-08-18 17:32:07 +0200 |
|---|---|---|
| committer | Luc Donnet | 2014-08-18 17:32:07 +0200 |
| commit | e9b10212bb8e8fbd8e88b7e227c965b8d1404cfd (patch) | |
| tree | 461a17092d73a53ef72ebd7a046e5f8c91f9a694 | |
| parent | ee6def8ac1675876e2ec570f9b8f5d1813abf93c (diff) | |
| download | chouette-core-e9b10212bb8e8fbd8e88b7e227c965b8d1404cfd.tar.bz2 | |
Add css for table stripped for vehicle journeys show page
| -rw-r--r-- | app/views/vehicle_journeys/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/vehicle_journeys/show.html.erb b/app/views/vehicle_journeys/show.html.erb index 235268575..01f44c7b0 100644 --- a/app/views/vehicle_journeys/show.html.erb +++ b/app/views/vehicle_journeys/show.html.erb @@ -68,7 +68,7 @@ </div> <h3><%= @vehicle_journey.human_attribute_name(:vehicle_journey_at_stop_ids) %></h3> <div class="vehicle_journey_at_stops content"> - <table class="table table-hover"> + <table class="table table-hover table-striped"> <thead> <tr> <th class="hour title"><%= t('.arrival') %></th> |
