X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bbc700b9ac39eb4ff5f267aef6c321dc2f9f6a84..0d16fd57d46a4aaa1c170d79772e549bfadf288a:/app/views/changeset/list_bbox.rhtml diff --git a/app/views/changeset/list_bbox.rhtml b/app/views/changeset/list_bbox.rhtml index 87c61790c..354f77727 100644 --- a/app/views/changeset/list_bbox.rhtml +++ b/app/views/changeset/list_bbox.rhtml @@ -39,3 +39,8 @@ end %>
+<%= rss_link_to :action => 'list_bbox_rss', :bbox => @bbox.join(",") %> + +<% content_for :head do %> +<%= auto_discovery_link_tag :atom, :controller => 'changeset', :action => 'list_bbox_rss', :bbox => @bbox.join(",") %> +<% end %>