X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a8c7d1c4ce7b0b11eda847947a50dadcbee75cae..2e2f2124728ca755b2db8f83f022eaea24b647f0:/app/views/way_tag/search.rhtml diff --git a/app/views/way_tag/search.rhtml b/app/views/way_tag/search.rhtml deleted file mode 100644 index 820bad7db..000000000 --- a/app/views/way_tag/search.rhtml +++ /dev/null @@ -1,24 +0,0 @@ -

Search results

-fixme postcodes and geonames - -<% form_tag :controller => 'way_tag', :action => 'search' do %> -<%= text_field 'query', 'query'%> -<%= submit_tag 'Search' %> -<% end %> - - - - <% @tags.each do |tag| %> - - - - <% end %> -
- <%= link_to tag.v, :controller => 'site', :action => 'goto_way', :id => tag.id %> (k:<%= tag.k %>)
- - Way <%= tag.id %> (<%= tag.way.timestamp %>) - <%= link_to 'Map', :controller => 'site', :action => 'goto_way', :id => tag.id %> - - <%= link_to 'API', :controller => 'way', :action => 'rest', :id => tag.id %> -

-
-