X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f73ec4536f9c331dbb912d93a3d55d3a806e7a8e..aa52ebe6749ba1ea43030f173bfe2101d0f77dc3:/app/views/site/index.rhtml?ds=sidebyside diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index d540836d7..31b8fcd70 100644 --- a/app/views/site/index.rhtml +++ b/app/views/site/index.rhtml @@ -1,11 +1,11 @@
- <%= start_form_tag :controller => 'geocoder', :action => 'search' %> + <% form_tag :controller => 'geocoder', :action => 'search' do %> <%= text_field 'query', 'postcode' %> <%= text_field 'query', 'place_name'%> <%= submit_tag 'Search' %> - <%= end_form_tag %> + <% end %>
Geolocation provided by npemap.org.uk,