projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Localisation updates from https://translatewiki.net.
[rails.git]
/
app
/
views
/
changeset_comments
/
_comments.rss.builder
diff --git
a/app/views/changeset_comments/_comments.rss.builder
b/app/views/changeset_comments/_comments.rss.builder
index 4136b24b492e94438f2f9ce3c0ad2746141853bb..59973965f617ac0972c834c3d4c0a35d7e253d7d 100644
(file)
--- a/
app/views/changeset_comments/_comments.rss.builder
+++ b/
app/views/changeset_comments/_comments.rss.builder
@@
-11,6
+11,6
@@
comments.each do |comment|
xml.dc :creator, comment.author.display_name if comment.author
- xml.pubDate comment.created_at.to_f
ormatted_
s(:rfc822)
+ xml.pubDate comment.created_at.to_fs(:rfc822)
end
end