Sha256: 6619735d7298b5e7290a95219210bad7c84f7ba3afd1011618cde12c0ab9eca9
Contents?: true
Size: 371 Bytes
Versions: 13
Compression:
Stored size: 371 Bytes
Contents
<% visible_authors.each do |visible_author| %> <%= cell "decidim/author", visible_author, layout: :avatar, skip_profile_link: true %> <% end %> <% if model.length > MAX_ITEMS_STACKED %> <span class="author__avatar-counter" data-remaining-authors="<%= model.length - MAX_ITEMS_STACKED %>"> <%= "+" + (model.length - MAX_ITEMS_STACKED).to_s %> </span> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems