Fix icon memory issue (#19162)
This commit is contained in:
parent
2a694df21a
commit
76dd53d874
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<div class="multiple_reactions_engagement">
|
<div class="multiple_reactions_engagement">
|
||||||
<% ReactionCategory.for_view.each do |reaction_type| %>
|
<% ReactionCategory.for_view.each do |reaction_type| %>
|
||||||
<span class="reaction_engagement_<%= reaction_type.slug %> hidden">
|
<span class="reaction_engagement_<%= reaction_type.slug %> hidden">
|
||||||
<%= image_tag reaction_type.icon, size: "24x24" %>
|
<%= image_tag "#{reaction_type.icon}.svg", size: "24x24" %>
|
||||||
<span id="reaction_engagement_<%= reaction_type.slug %>_count"> </span>
|
<span id="reaction_engagement_<%= reaction_type.slug %>_count"> </span>
|
||||||
</span>
|
</span>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue