<% if comment && comment.user %> <% if comment.depth < 3 %>
  <%= render("comments/comment_proper", comment: comment, commentable: commentable, is_view_root: is_view_root, is_childless: is_childless, subtree_html: subtree_html) %>
<% else %> <%= render("comments/comment_proper", comment: comment, commentable: commentable, is_view_root: is_view_root, is_childless: is_childless, subtree_html: subtree_html) %> <% end %> <% end %>