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(cl_image_path(SiteConfig.mascot_image_url, type: "fetch", width: 50, height: 50, crop: "imagga_scale", quality: "auto", flags: "progressive", fetch_format: "auto", sign_url: true), 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 %>
"> <%= sanitize @root_comment.processed_html %>
<% if @root_comment.user_id == current_user&.id %> <% end %>
<% end %>