Don't show feed icons for friend and nearby user lists
This commit is contained in:
parent
c3f73a8028
commit
07ebb40ebb
2 changed files with 8 additions and 4 deletions
|
@ -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 -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue