Sha256: 1f50feb12668165e35038964c1f6a976e59d46f7bce01c70e5086d4338fffaed

Contents?: true

Size: 317 Bytes

Versions: 1

Compression:

Stored size: 317 Bytes

Contents

<div class="flex pl-1">
  <% grouped_reactions_for(post).each do |reaction_type, reactions| %>
      <span class="text-sm ml-[-0.25rem]"><%= reaction_icon(reaction_type.icon_name) %></span>
  <% end %>
  <span class="total-reactions ml-1">
    <%= post.reactions_count if post.reactions_count > 0 %>
  </span>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
decidim-posts-1.0.0 app/cells/decidim/posts/reactions/show.erb