X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/aa52ebe6749ba1ea43030f173bfe2101d0f77dc3..8b79f7ff0fb6e950a8ba4f243caca8503ef1f93e:/app/views/site/index.rhtml
diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml
index 31b8fcd70..b383c4b5e 100644
--- a/app/views/site/index.rhtml
+++ b/app/views/site/index.rhtml
@@ -1,23 +1,4 @@
-
-
-
- <% form_tag :controller => 'geocoder', :action => 'search' do %>
- <%= text_field 'query', 'postcode' %>
- <%= text_field 'query', 'place_name'%>
- <%= submit_tag 'Search' %>
- <% end %>
-
-
-
- Enter a postcode or zip code, eg: SW15 6JH, 95472
-
-
- Enter a place-name, eg:Essen
-
-
+<%= render :partial => 'search' %>
<% if params['mlon'] and params['mlat'] %>
<% marker = true %>
@@ -64,7 +45,7 @@
<%end%>
-
+