]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/_bbox.html.erb
Render the links using partial so we can do the appropriate rendering
[rails.git] / app / views / changeset / _bbox.html.erb
diff --git a/app/views/changeset/_bbox.html.erb b/app/views/changeset/_bbox.html.erb
new file mode 100644 (file)
index 0000000..f9424be
--- /dev/null
@@ -0,0 +1 @@
+<%= 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" %>