aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Etienne2012-09-03 16:29:22 +0200
committerMichel Etienne2012-09-03 16:29:22 +0200
commit9a6671e54facb1bd8341f98345ef67ef5e32e15e (patch)
tree8334cbf88ab3f71ca138963fea981b7a2b1d77c1
parentb9eaa6379a4ecf5c18d03829ee878f239f86f600 (diff)
downloadchouette-core-9a6671e54facb1bd8341f98345ef67ef5e32e15e.tar.bz2
remove blank before parentesis
-rw-r--r--app/views/routes/show.html.erb8
-rw-r--r--app/views/vehicle_journeys/show.html.erb8
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;">