<% comments.each do |comment| user = comment.comment_user.decorate %>
">
">
<%= image_tag user.the_avatar, class: "img-responsive avatar"%>
">
"><%= user.the_name %> "><%= comment.decorate.the_created_at %>
<%= comment.content %>
<%= render partial: "partials/comments_list", locals: { comments: comment.children.approveds, children: "present" } if comment.children.present? %> <% end %>