projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edaddbe
)
Use correct format for RSS link.
author
Tom Hughes
<tom@compton.nu>
Tue, 9 Jun 2009 22:04:20 +0000
(22:04 +0000)
committer
Tom Hughes
<tom@compton.nu>
Tue, 9 Jun 2009 22:04:20 +0000
(22:04 +0000)
app/views/changeset/list.html.erb
patch
|
blob
|
history
diff --git
a/app/views/changeset/list.html.erb
b/app/views/changeset/list.html.erb
index c3d88bf6e2c6614daf4f9d61be7e9bab56aa69d1..3801a77adb78ded6be62f5786facd76b2f9e4fd8 100644
(file)
--- a/
app/views/changeset/list.html.erb
+++ b/
app/views/changeset/list.html.erb
@@
-5,7
+5,7
@@
<%= render :partial => 'changesets', :locals => { :showusername => !params.has_key?(:display_name) } %>
<%= render :partial => 'changeset_paging_nav' %>
-<%= rss_link_to params.merge({ :format => 'r
xml
' }) %>
+<%= rss_link_to params.merge({ :format => 'r
ss
' }) %>
<% content_for :head do %>
<%= auto_discovery_link_tag :atom, params.merge({ :format => 'rxml' }) %>