X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d2bd78627e3903e990ddb28aebb39653ebb22fcd..feb47bc7396f02f35dbadc42b09288f0af004fe8:/app/views/site/_search.rhtml diff --git a/app/views/site/_search.rhtml b/app/views/site/_search.rhtml index 14f8fa5f6..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...

@@ -66,7 +52,7 @@

examples: 'Alkmaar', 'Regent Street, Cambridge', 'CB2 5AQ', or 'post offices near Lünen' - more examples... + more examples...

<% end %>