X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/786bc55209b927b74570125a26864e161a32d425..cf9f5ba9333ac2dee444bdb5d4e20523061de184:/app/views/site/_search.rhtml diff --git a/app/views/site/_search.rhtml b/app/views/site/_search.rhtml index 84f44f0f4..f18587f73 100644 --- a/app/views/site/_search.rhtml +++ b/app/views/site/_search.rhtml @@ -1,18 +1,8 @@ -
- - - - - -
Search ResultsClose
-
-
-
- @@ -58,7 +38,13 @@ <% form_remote_tag(:loading => "startSearch()", :complete => "endSearch()", :url => { :controller => :geocoder, :action => :search }) do %> - <%= text_field_tag :query, params[:query] %> + + + + + + +
<%= text_field_tag :query, h(params[:query]) %><%= submit_tag 'Go' %>
<% end %>

Searching...