]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/geocoder/search.html.erb
erblint: fix remaining single quoted strings
[rails.git] / app / views / geocoder / search.html.erb
index 72afb548c7d6c5fe6a3e0c6f8960af6d815efff5..ec349c7bff60419b6789dabebd90a8b8c5973fa1 100644 (file)
@@ -1,7 +1,10 @@
-<h2><%= t('site.sidebar.search_results') %></h2>
+<h2>
+    <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
+    <%= t("site.sidebar.search_results") %>
+</h2>
 <% @sources.each do |source| %>
-  <h4><%= raw(t "geocoder.search.title.#{source}") %></h4>
-  <div class="search_results_entry" data-href="<%= url_for params.merge(:action => "search_#{source}") %>">
+  <h4 class="inner12"><%= raw(t ".title.#{source}") %></h4>
+  <div class="search_results_entry" data-href="<%= url_for @params.merge(:action => "search_#{source}") %>">
     <%= image_tag "searching.gif", :class => "loader" %>
   </div>
 <% end %>