Don't show feed icons for friend and nearby user lists

This commit is contained in:
Tom Hughes 2012-01-07 12:48:09 +00:00
parent c3f73a8028
commit 07ebb40ebb
2 changed files with 8 additions and 4 deletions

View file

@ -10,8 +10,10 @@
<%= render :partial => 'changeset_paging_nav' %>
<% unless params[:friends] or params[:nearby] -%>
<%= atom_link_to params.merge({ :page => nil, :action => :feed }) %>
<% content_for :head do %>
<% content_for :head do -%>
<%= auto_discovery_link_tag :atom, params.merge({ :page => nil, :action => :feed }) %>
<% end %>
<% end -%>
<% end -%>