docbrown/app/views/articles/_multiple_engagements.html.erb

8 lines
354 B
Text

<div class="multiple_reactions_engagement">
<% ReactionCategory.for_view.each do |reaction_type| %>
<span class="reaction_engagement_<%= reaction_type.slug %> hidden">
<%= image_tag "#{reaction_type.icon}.svg", size: "24x24" %>
<span id="reaction_engagement_<%= reaction_type.slug %>_count">&nbsp;</span>
</span>
<% end %>
</div>