xml.date_created note.created_at
xml.status note.status
- if note.status == "closed"
+ if note.closed?
xml.date_closed note.closed_at
end
xml.user_url user_url(:display_name => comment.author.display_name, :host => SERVER_URL)
end
+ xml.action comment.event
+
if comment.body
xml.text comment.body.to_text
xml.html comment.body.to_html