X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d0b845fc6025f2fb84a4cf4fa10cbb71084843a7..b1117365d24398aa30ba7cb2cf2b7f31c41d0f01:/app/views/changeset/list.rhtml diff --git a/app/views/changeset/list.rhtml b/app/views/changeset/list.rhtml index cfe4afd3f..affe10cc6 100644 --- a/app/views/changeset/list.rhtml +++ b/app/views/changeset/list.rhtml @@ -5,3 +5,9 @@

<%= t'changeset.list.for_more_changesets' %>


+ +<%= rss_link_to :action => 'list_rss' %> + +<% content_for :head do %> +<%= auto_discovery_link_tag :atom, :controller => 'changeset', :action => 'list_rss' %> +<% end %>