Drop max_id from the changeset feed URL

This commit is contained in:
Tom Hughes 2013-11-25 22:27:49 +00:00
parent 3946894492
commit 51ade94113

View file

@ -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 -%>