- description_text = ""
-
- if comment.event == "commented" and not comment.nil?
- description_text += "<b>Comment:</b><br>"
- description_text += comment.body.to_html
- description_text += "<br>"
- end
-
- description_text += "<b>Full note:</b><br>"
- description_text += comment.note.flatten_comment("<br>", comment.created_at)
-
- xml.description description_text