X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/034982a12fa025af8c1d381cd09483c97fb29dbe..4424cd5b947432848fe7f5bc7518fd1b718ecf6c:/app/views/site/_search.rhtml?ds=inline diff --git a/app/views/site/_search.rhtml b/app/views/site/_search.rhtml index aa9294236..43853dcf0 100644 --- a/app/views/site/_search.rhtml +++ b/app/views/site/_search.rhtml @@ -1,17 +1,8 @@ -
- - - - - -
Search ResultsClose
-
-
-
- @@ -42,20 +32,23 @@ <% 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] %> - <% end %> + <%= text_field_tag :query, h(params[:query]) %> + + <%= submit_tag 'Go' %> + <% end %>

Searching...

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

<% end %>