-
- if comment.user.nil?
- xml.author comment.commenter_name
- else
- xml.author comment.user.display_name
- end
-
- xml.pubDate comment.date_created.to_s(:rfc822)
+ xml.author comment.author_name
+ xml.pubDate comment.created_at.to_s(:rfc822)
xml.geo :lat, comment.map_bug.lat
xml.geo :long, comment.map_bug.lon
xml.georss :point, "#{comment.map_bug.lat} #{comment.map_bug.lon}"
xml.geo :lat, comment.map_bug.lat
xml.geo :long, comment.map_bug.lon
xml.georss :point, "#{comment.map_bug.lat} #{comment.map_bug.lon}"