<% if comment.user %>
<% end %>
<%= comment.user.username %> on: <%= comment.commentable.title %>
">
<%= crayons_icon_tag("twemoji/thumb-up", native: true, width: 16, height: 16) %>
<%= comment.privileged_reaction_counts["thumbsup"] || "0" %>
">
<%= crayons_icon_tag("twemoji/thumb-down", native: true, width: 16, height: 16) %>
<%= comment.privileged_reaction_counts["thumbsdown"] || "0" %>
">
<%= crayons_icon_tag("twemoji/flag", native: true, width: 16, height: 16) %>
<%= @countable_vomits&.dig(comment.id) || 0 %>
">
<%= crayons_icon_tag("analytics", native: true, width: 16, height: 16) %>
<%= comment.score %>
<%= sanitize comment.processed_html,
tags: %w[strong em p h1 h2 h3 h4 h5 h6 i u b code pre br ul ol li small sup img a span hr blockquote],
attributes: %w[href strong em ref rel src title alt class] %>