Sha256: 664cf70597a729d981f7d9c4f6c50958282d95e53ae68c55903b696a946a4991

Contents?: true

Size: 288 Bytes

Versions: 2

Compression:

Stored size: 288 Bytes

Contents

<%= render Yattho::BaseComponent.new(**@system_arguments) do %>
  <%= render body_component do %>
    <% avatars.each_with_index do |avatar, i| %>
      <% if i == 2 %>
        <div class="avatar avatar-more"></div>
      <% end %>
      <%= avatar %>
    <% end %>
  <% end %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yattho_view_components-0.1.1 app/components/yattho/beta/avatar_stack.html.erb
yattho_view_components-0.0.1 app/components/yattho/beta/avatar_stack.html.erb