diff options
Diffstat (limited to 'app/views/stop_areas/index.html.erb')
| -rw-r--r-- | app/views/stop_areas/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stop_areas/index.html.erb b/app/views/stop_areas/index.html.erb index 873b4fb2e..d9587f36b 100644 --- a/app/views/stop_areas/index.html.erb +++ b/app/views/stop_areas/index.html.erb @@ -27,7 +27,7 @@ <% Chouette::StopArea.types.each do |area_type| %> <li><%= link_with_search (image_tag("map/" + area_type.name.downcase + ".png")+t("area_types.label.#{area_type.to_s}")), "areatype_eq" => area_type.name %></li> <% end %> -<li><%= link_with_search t(".selection_all"), {"areatype_eq" => nil}, :class => "all" %></li> +<li><%= link_with_search (image_tag("map/all.png")+t(".selection_all")), {"areatype_eq" => nil}, :class => "all" %></li> </ul> <% end %> |
