">
-
-
- <% story.public_reaction_categories.reverse_each do |reaction_type| %>
-
- <%= image_tag "#{reaction_type.icon}.svg", size: "18x18" %>
-
- <% end %>
-
- <%= t("views.reactions.summary.count_html",
- count: story.public_reactions_count,
- start: tag("span", { class: %w[hidden s:inline] }, true),
- end: "".html_safe) %>
-
-