X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/991c940138147756149ff297407d82c2cf7927af..011237c2c5c82a638e3bbd5b78196baea576a5a9:/app/views/changeset/list_user.rhtml diff --git a/app/views/changeset/list_user.rhtml b/app/views/changeset/list_user.rhtml index 7240e6027..46f5ef39e 100644 --- a/app/views/changeset/list_user.rhtml +++ b/app/views/changeset/list_user.rhtml @@ -11,3 +11,8 @@

<%= t'changeset.list_user.for_all_changes', :recent_changes_link => link_to(t('changeset.list_user.recent_changes'), :controller => "browse", :action => "changesets") %>


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