mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-12 01:36:26 -04:00
Merge pull request #217 from Skud/rss-bug
Fixed RSS bug where comments were showing up as "edited"
This commit is contained in:
@@ -20,4 +20,4 @@
|
||||
|
||||
%pubDate= comment.created_at.to_s(:rfc822)
|
||||
%link= post_url(comment.post)
|
||||
%guid= post_url(comment.post)
|
||||
%guid= comment_url(comment)
|
||||
|
||||
@@ -20,4 +20,4 @@
|
||||
|
||||
%pubDate= comment.created_at.to_s(:rfc822)
|
||||
%link= post_url(@post)
|
||||
%guid= post_url(@post)
|
||||
%guid= comment_url(comment)
|
||||
|
||||
Reference in New Issue
Block a user