X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d59d6009e9585d49547959ef81ffe1b601472218..b982bc6b19a3b14eba653088d917c6fe514db396:/app/views/site/index.rhtml?ds=sidebyside
diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml
index 1fe1dccd7..f8c0f02f4 100644
--- a/app/views/site/index.rhtml
+++ b/app/views/site/index.rhtml
@@ -1,23 +1,4 @@
-
-
-
- <%= start_form_tag :controller => 'geocoder', :action => 'search' %>
- <%= text_field 'query', 'postcode' %>
- <%= text_field 'query', 'place_name'%>
- <%= submit_tag 'Search' %>
- <%= end_form_tag %>
-
-
-
- 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%>
-
+