1 comments.each do |comment|
4 xml.title t("changeset.rss.comment", :author => comment.author.display_name, :changeset_id => comment.changeset.id.to_s)
6 xml.link url_for(:controller => "browse", :action => "changeset", :id => comment.changeset.id, :anchor => "c#{comment.id}", :only_path => false)
7 xml.guid url_for(:controller => "browse", :action => "changeset", :id => comment.changeset.id, :anchor => "c#{comment.id}", :only_path => false)
10 xml.cdata! render(:partial => "comment", :object => comment, :formats => [ :html ])
14 xml.dc :creator, comment.author.display_name
17 xml.pubDate comment.created_at.to_s(:rfc822)