<% comment, sub_comments = comment_node %> <% unless comment.decorate.super_low_quality && sub_comments.empty? %> <%= nested_comments(tree: { comment => sub_comments }, commentable: @article, is_view_root: true) %> <% end %>