aboutsummaryrefslogblamecommitdiffstats
path: root/app/views/blog/posts/_comment.html.erb
blob: 559757bccb381f3e84fd5f75448c0bf9118d23c4 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                 
<div class='blog_comment_message' id='<%= "comment-#{comment.to_param}" %>'>
  <p>
    <%= comment.message.to_s.gsub("\r\n\r\n", "</p><p>").gsub("\r\n", "<br/>") %>
  </p>
</div>
<p class='blog_comment_author'>
  <%= t('.by', :who => comment.name) %>
  <%= t('.time_ago', :time => time_ago_in_words(comment.created_at)) %>
</p>