diff options
| -rw-r--r-- | app/views/routes/show.html.erb | 8 | ||||
| -rw-r--r-- | app/views/vehicle_journeys/show.html.erb | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/app/views/routes/show.html.erb b/app/views/routes/show.html.erb index 5c271cc0b..970ab7981 100644 --- a/app/views/routes/show.html.erb +++ b/app/views/routes/show.html.erb @@ -67,8 +67,8 @@ <p class="after_map" /> <h3 class="route_stop_points"> <a class="stop_points"><%= t('.stop_points') %> - <%= image_tag ("icons/plus.png" , :class => "switcher") %> - <%= image_tag ("icons/minus.png" , :class => "switcher" , :style => "display: none;") %> + <%= image_tag("icons/plus.png" , :class => "switcher") %> + <%= image_tag("icons/minus.png" , :class => "switcher" , :style => "display: none;") %> </a> </h3> <div class="stop_points_detail" style="display: none;"> @@ -77,8 +77,8 @@ <h3 class="route_journey_patterns"> <a class="journey_patterns"><%= t('.journey_patterns') %> - <%= image_tag ("icons/plus.png" , :class => "switcher") %> - <%= image_tag ("icons/minus.png" , :class => "switcher" , :style => "display: none;") %> + <%= image_tag("icons/plus.png" , :class => "switcher") %> + <%= image_tag("icons/minus.png" , :class => "switcher" , :style => "display: none;") %> </a> </h3> <div class="journey_patterns content" style="display: none;"> diff --git a/app/views/vehicle_journeys/show.html.erb b/app/views/vehicle_journeys/show.html.erb index 842afcfac..9f748d52f 100644 --- a/app/views/vehicle_journeys/show.html.erb +++ b/app/views/vehicle_journeys/show.html.erb @@ -54,8 +54,8 @@ </div> <h3> <a class="vehicle_journey_at_stops"><%= @vehicle_journey.human_attribute_name(:vehicle_journey_at_stop_ids) %> - <%= image_tag ("icons/plus.png" , :class => "switcher") %> - <%= image_tag ("icons/minus.png" , :class => "switcher" , :style => "display: none;") %> + <%= image_tag("icons/plus.png" , :class => "switcher") %> + <%= image_tag("icons/minus.png" , :class => "switcher" , :style => "display: none;") %> </a> </h3> <div class="vehicle_journey_at_stops content" style="display: none;"> @@ -81,8 +81,8 @@ <h3> <a class="vehicle_journey_time_tables"><%= t('.time_tables') %> - <%= image_tag ("icons/plus.png" , :class => "switcher") %> - <%= image_tag ("icons/minus.png" , :class => "switcher" , :style => "display: none;") %> + <%= image_tag("icons/plus.png" , :class => "switcher") %> + <%= image_tag("icons/minus.png" , :class => "switcher" , :style => "display: none;") %> </a> </h3> <div class="vehicle_journey_time_tables content" style="display: none;"> |
