]> git.openstreetmap.org Git - rails.git/commitdiff
Drop max_id from the changeset feed URL
authorTom Hughes <tom@compton.nu>
Mon, 25 Nov 2013 22:27:49 +0000 (22:27 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 25 Nov 2013 22:28:02 +0000 (22:28 +0000)
app/views/changeset/history.html.erb

index 23fee589c8260915049837c9eb0c96158b1e7e6e..8aac76b75a9a388f547a7ed8075e2bdb12e838de 100644 (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 -%>