X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2b4f8e92c969a5508b73ae7af45811a118fda6b1..db7374f2bbdd0b3ee0f3cb0a9cca84f9c72cffb5:/app/views/changeset/history.html.erb diff --git a/app/views/changeset/history.html.erb b/app/views/changeset/history.html.erb index 23fee589c..77118b4b4 100644 --- a/app/views/changeset/history.html.erb +++ b/app/views/changeset/history.html.erb @@ -1,6 +1,6 @@ -<% content_for :head do -%> +<% content_for :auto_discovery_link_tag 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, :xhr => nil, :action => :feed) %> <% end -%> <% end -%>