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

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

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