From: Tom Hughes Date: Mon, 25 Nov 2013 22:27:49 +0000 (+0000) Subject: Drop max_id from the changeset feed URL X-Git-Tag: live~4653^2~3 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/51ade941136761eaf374851d1fe07e9e47cda39a Drop max_id from the changeset feed URL --- diff --git a/app/views/changeset/history.html.erb b/app/views/changeset/history.html.erb index 23fee589c..8aac76b75 100644 --- a/app/views/changeset/history.html.erb +++ b/app/views/changeset/history.html.erb @@ -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 -%>