3 %> comment-deep-<%= comment.depth %>" data-comment-id="<%= comment.id %>" data-comment-author-id="<%= comment_user_id_unless_deleted comment %>"> <% if comment.deleted %>
[deleted]
<% else %>
<% if comment.decorate.low_quality %>
<%= image_tag(cl_image_path(asset_path("/assets/sloan.png"), type: "fetch", width: 50, height: 50, crop: "imagga_scale", quality: "auto", flags: "progressive", fetch_format: "auto", sign_url: true), class: "sloan", alt: "sloth-mascot") %> Comment marked as low quality/non-constructive by the community View code of conduct
<% end %>
"> <%= comment.user.name %> <% if comment.user.twitter_username.present? %> <%= image_tag("twitter-logo.svg", class: "icon-img") %> <% end %> <% if comment.user.github_username.present? %> <%= image_tag("github-logo.svg", class: "icon-img") %> <% end %> <% if commentable && (commentable.user_id == comment.user_id || commentable.second_user_id == comment.user_id || commentable.third_user_id == comment.user_id) && commentable.decorate.cached_tag_list_array.include?("ama") %> ASK ME ANYTHING <% end %>
"> <%= comment.processed_html.html_safe %>
<% if comment.depth < 2 || is_childless %> REPLY <% else %> THREAD <% end %>
<% end %> <%= subtree_html %>