X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/822e48850dc65fd601d673f81a89445f5ba4db4b..a401b59242122697d423468175453073681c185e:/app/views/site/_search.rhtml diff --git a/app/views/site/_search.rhtml b/app/views/site/_search.rhtml index c874e180c..5b4e74b34 100644 --- a/app/views/site/_search.rhtml +++ b/app/views/site/_search.rhtml @@ -1,26 +1,8 @@ -
- - - - - -
Search ResultsClose
-
-
-
- @@ -66,7 +38,8 @@ <% 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...