<%= t "changeset.rss.comment", :author => comment.author.display_name, :changeset_id => comment.changeset.id.to_s %>

<%= t "changeset.rss.commented_at_by_html", :when => friendly_date(comment.created_at), :user => comment.author.display_name %>
<%= comment.body %>