Remove unused partials

This commit is contained in:
Tom Hughes 2013-11-25 00:51:53 +00:00
parent 581032b701
commit 43f52daeaa
2 changed files with 0 additions and 2 deletions

View file

@ -1 +0,0 @@
xml.a(bbox.to_s, :href => url_for(:controller => "site", :action => "index", :minlon => bbox.min_lon, :minlat => bbox.min_lat, :maxlon => bbox.max_lon, :maxlat => bbox.max_lat, :box => "yes"))

View file

@ -1 +0,0 @@
<%= link_to bbox.to_s, :controller => "site", :action => "index", :minlon => bbox.min_lon, :minlat => bbox.min_lat, :maxlon => bbox.max_lon, :maxlat => bbox.max_lat, :box => "yes" %>