<%= comment.message.to_s.gsub("\r\n\r\n", "

").gsub("\r\n", "
") %>

<%= t('.by', :who => comment.name) %> <%= t('.time_ago', :time => time_ago_in_words(comment.created_at)) %>