<% description.comments.each do |comment| -%>
<%= t "note.description.#{comment.event}_at_by", :when => friendly_date(comment.created_at), :user => note_author(comment, :only_path => false) %>
<%= comment.body %>
<% end -%>