<%= image_tag('user_default_2.jpg', class: 'user-photo left', size: '32x32') %>
<%= comment.user.name %> • <%= time_ago_in_words(comment.created_at) %>

<%= comment.body %>

<%= render 'comments/form', parent: comment %>

<%= render comment.children %>