<% decorated_comment = comment.decorate %>
<%= render partial: "comments/comment_avatar", locals: { comment: comment } %>
<% if comment.deleted %>
Comment deleted
<% else %> <%= render partial: "comments/comment_quality_marker", locals: { comment: comment, decorated_comment: decorated_comment } %> <%= render partial: "comments/comment_header", locals: { comment: comment, commentable: commentable, decorated_comment: decorated_comment } %>
"> <%= comment.safe_processed_html %>
<% end %>
<%= unless comment.deleted (render partial: "comments/comment_footer", locals: { comment: comment, commentable: commentable, is_childless: is_childless }) end %>
<%= subtree_html %>