diff options
| author | Michel Etienne | 2014-11-04 15:00:51 +0100 | 
|---|---|---|
| committer | Michel Etienne | 2014-11-04 15:00:51 +0100 | 
| commit | a202564de436028388c53f095aa10d913cd14d45 (patch) | |
| tree | 61d42124d228fccfecc099d9c34b20650908143c | |
| parent | a17cc730ea6d10a705e04fdfffb6279bfe541cfb (diff) | |
| download | chouette-core-a202564de436028388c53f095aa10d913cd14d45.tar.bz2 | |
correct ITL failure
| -rw-r--r-- | app/views/stop_areas/_genealogical.html.erb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stop_areas/_genealogical.html.erb b/app/views/stop_areas/_genealogical.html.erb index 8be229d05..54e117053 100644 --- a/app/views/stop_areas/_genealogical.html.erb +++ b/app/views/stop_areas/_genealogical.html.erb @@ -42,7 +42,7 @@      <div class="children">        <% @stop_area.routing_stops.each do |stop| %>        <div class="child"> -        <%= link_to([@referential, stop], :title => t("area_types.label.#{ @stop.stop_area_type}") + " #{ @stop.name}") do %>  +        <%= link_to([@referential, stop], :title => t("area_types.label.#{ stop.stop_area_type}") + " #{ stop.name}") do %>             <%= image_tag "map/" + stop.stop_area_type + ".png"   %><span><%= stop.name %></span>                   <% end %>          </div>  | 
