]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/list_bbox.rhtml
Use some rails magic to avoid having to duplicate all the changeset
[rails.git] / app / views / changeset / list_bbox.rhtml
index 87c61790cb188bbe7959a128bbab3eccb1c4ec08..ef774e37819c223167d41f0d5d7f321be66b1a94 100644 (file)
@@ -39,3 +39,13 @@ end
 %>
 <br>
 
+<% if @bbox %>
+  <%= rss_link_to :action => 'list_bbox_rss', :bbox => @bbox.join(",") %>
+<% end %>
+
+
+<% if @bbox %>
+  <% content_for :head do %>
+    <%= auto_discovery_link_tag :atom, :controller => 'changeset', :action => 'list_bbox_rss', :bbox => @bbox.join(",") %>
+  <% end %>
+<% end %>