Comment from a deleted article or podcast

<% @user ||= @root_comment.user %> <% if @root_comment.blank? || @root_comment.deleted %>
[deleted]
<% else %>
<% decorated_comment = @root_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 %>
"> <%= @user.username %> profile image <%= @user.name %> <% if @user.twitter_username.present? %> <%= image_tag("twitter-logo.svg", class: "icon-img", alt: "twitter logo") %> <% end %> <% if @user.github_username.present? %> <%= image_tag("github-logo.svg", class: "icon-img", alt: "github logo") %> <% end %> <%= render "comments/comment_date", decorated_comment: decorated_comment %>
<%= "color-base-60" if @root_comment.decorate.low_quality %>"> <%= sanitize @root_comment.processed_html %>
<% if @root_comment.user_id == current_user&.id %> <% end %>
<% end %>