projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Redirect to open issues when an issue is reassigned
[rails.git]
/
app
/
views
/
api
/
notes
/
feed.rss.builder
diff --git
a/app/views/api/notes/feed.rss.builder
b/app/views/api/notes/feed.rss.builder
index 1b9e5b584ed90105b2ab4a19f090151dbeb9cba1..89f888f5bdaa18c6f1695e5aa5954834688d83e8 100644
(file)
--- a/
app/views/api/notes/feed.rss.builder
+++ b/
app/views/api/notes/feed.rss.builder
@@
-24,7
+24,7
@@
xml.rss("version" => "2.0",
xml.dc :creator, comment.author.display_name if comment.author
xml.dc :creator, comment.author.display_name if comment.author
- xml.pubDate comment.created_at.to_s(:rfc822)
+ xml.pubDate comment.created_at.to_
f
s(:rfc822)
xml.geo :lat, comment.note.lat
xml.geo :long, comment.note.lon
xml.georss :point, "#{comment.note.lat} #{comment.note.lon}"
xml.geo :lat, comment.note.lat
xml.geo :long, comment.note.lon
xml.georss :point, "#{comment.note.lat} #{comment.note.lon}"