3 %> comment-deep-<%= comment.depth %>" data-comment-id="<%= comment.id %>" data-comment-author-id="<%= comment_user_id_unless_deleted comment %>" data-content-user-id="<%= comment_user_id_unless_deleted comment %>"> <% if comment.deleted %>
[deleted]
<% else %>
<% decorated_comment = comment.decorate %> <% if decorated_comment.low_quality %>
<%= image_tag(Images::Optimizer.call(SiteConfig.mascot_image_url, width: 50, height: 50, crop: "imagga_scale"), class: "sloan", alt: "Sloan, the sloth mascot", loading: "lazy") %> Comment marked as low quality/non-constructive by the community View code of conduct
<% end %> <% if comment.hidden_by_commentable_user %>
Comment hidden by post author - thread only visible in this permalink
<% end %>
"> <%= comment.user.username %> profile image <%= comment.user.name %> <% if comment.user.twitter_username.present? %> <%= image_tag("twitter-logo.svg", class: "icon-img", alt: "twitter logo") %> <% end %> <% if comment.user.github_username.present? %> <%= image_tag("github-logo.svg", class: "icon-img", alt: "github logo") %> <% end %> <% if commentable_author_is_op?(commentable, comment) %> <%= get_ama_or_op_banner(commentable) %> <% end %> <%= render "comments/comment_date", decorated_comment: decorated_comment %>
"> <%= comment.safe_processed_html %>
<% if comment.depth < 2 || is_childless %> REPLY <% else %> THREAD <% end %>
<% end %> <%= subtree_html %>