projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3946894
)
Drop max_id from the changeset feed URL
author
Tom Hughes
<tom@compton.nu>
Mon, 25 Nov 2013 22:27:49 +0000
(22:27 +0000)
committer
Tom Hughes
<tom@compton.nu>
Mon, 25 Nov 2013 22:28:02 +0000
(22:28 +0000)
app/views/changeset/history.html.erb
patch
|
blob
|
history
diff --git
a/app/views/changeset/history.html.erb
b/app/views/changeset/history.html.erb
index 23fee589c8260915049837c9eb0c96158b1e7e6e..8aac76b75a9a388f547a7ed8075e2bdb12e838de 100644
(file)
--- 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 -%>