Drop max_id from the changeset feed URL
This commit is contained in:
parent
3946894492
commit
51ade94113
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<% content_for :head do -%>
|
||||
<% unless params[:friends] or params[:nearby] -%>
|
||||
<%= auto_discovery_link_tag :atom, params.merge({ :page => nil, :action => :feed }) %>
|
||||
<%= auto_discovery_link_tag :atom, params.merge({ :max_id => nil, :action => :feed }) %>
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue