Back out the changeset RSS stuff from the head for now.

This commit is contained in:
Tom Hughes 2009-06-07 08:03:07 +00:00
parent e9ab43cd30
commit e1cb17faa6
9 changed files with 1 additions and 248 deletions

View file

@ -11,8 +11,3 @@
<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 %>