]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/list_user.rhtml
Implement /user/$user/edits/rss, partially solves #1737
[rails.git] / app / views / changeset / list_user.rhtml
index 7240e60276412a27d073a822c12ce2876be99f0a..46f5ef39e892085dff8b9b2e0c3ed1947b50f469 100644 (file)
@@ -11,3 +11,8 @@
 <p><%= t'changeset.list_user.for_all_changes', :recent_changes_link => link_to(t('changeset.list_user.recent_changes'), :controller => "browse", :action => "changesets") %></p>
 <br>
 
+<%= rss_link_to :action => 'rss' %>
+
+<% content_for :head do %>
+<%= auto_discovery_link_tag :atom, :action => 'rss' %>
+<% end %>