]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/list_user.rhtml
Forgot that /history can also be called without a bbox (if one can't be found)
[rails.git] / app / views / changeset / list_user.rhtml
index 7240e60276412a27d073a822c12ce2876be99f0a..6f246f9d4f5502a1e888fc857866700576b93b79 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 => 'list_user_rss' %>
+
+<% content_for :head do %>
+<%= auto_discovery_link_tag :atom, :controller => 'changeset', :action => 'list_user_rss' %>
+<% end %>