Sha256: a177e172e589933124aacbdb694d062285ab464593f3dfe92c45af78a1533a99

Contents?: true

Size: 311 Bytes

Versions: 2

Compression:

Stored size: 311 Bytes

Contents

<% with_private_content do %>
  <% unless items.empty? %>
    <% capture do %>
      <%= render(Yattho::BaseComponent.new(tag: :ul, **@sub_list_arguments)) do %>
        <% items.each do |item| %>
          <%= item %>
        <% end %>
      <% end %>
    <% end %>
  <% end %>
<% end %>

<%= render_parent %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yattho_view_components-0.1.1 app/components/yattho/alpha/nav_list/item.html.erb
yattho_view_components-0.0.1 app/components/yattho/alpha/nav_list/item.html.erb