<%= image_tag comment.thumb_url %>
<%= comment.user.try(:email) %> (<%= I18n.l(comment.created_at) %>): <%= comment.text %> <%= link_to "comment" , new_comment_path( commentable_type: "Comment", commentable_id: comment.id), remote:true %> <%= render partial:"comments/comments", object: comment.children if comment.children.size >0 %>