X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/034982a12fa025af8c1d381cd09483c97fb29dbe..4f15f5926792f5ba2b0efc39792c75830eb82199:/app/views/site/_search.rhtml diff --git a/app/views/site/_search.rhtml b/app/views/site/_search.rhtml index aa9294236..5b4e74b34 100644 --- a/app/views/site/_search.rhtml +++ b/app/views/site/_search.rhtml @@ -1,17 +1,8 @@ -
- - - - - -
Search ResultsClose
-
-
-
- @@ -42,12 +32,14 @@ <% content_for "optionals" do %>
Search + Where am I?
<% 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...

@@ -55,7 +47,7 @@

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

<% end %>