%rss{ version: 2.0 } %channel %title Recent comments on all posts (#{ENV['GROWSTUFF_SITE_NAME']}) %link= comments_url - @comments.each do |comment| %item %title Comment by #{comment.author.login_name} on #{comment.commentable.subject} %description :escaped_markdown

Comment on #{ link_to comment.commentable.subject, polymorphic_url(comment.commentable) }

:escaped_markdown #{ strip_tags markdownify(comment.body) } %pubdate= comment.created_at.to_fs(:rfc822) %link= polymorphic_url(comment.commentable) %guid= comment_url(comment)