X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5175ee68b00629daa03a788688b2cfe38ed8d3ee..c1cdddf11f363d24f7c18b3e9df15e1bde3c4302:/app/views/changeset/history.html.erb diff --git a/app/views/changeset/history.html.erb b/app/views/changeset/history.html.erb index 7f08a40b3..1516118eb 100644 --- a/app/views/changeset/history.html.erb +++ b/app/views/changeset/history.html.erb @@ -1,6 +1,6 @@ <% content_for :auto_discovery_link_tag do -%> <% unless params[:friends] or params[:nearby] -%> - <%= auto_discovery_link_tag :atom, params.merge(:max_id => nil, :xhr => nil, :action => :feed) %> + <%= auto_discovery_link_tag :atom, @params.merge(:max_id => nil, :xhr => nil, :action => :feed) %> <% end -%> <% end -%>