Sha256: 2ebaef04f1349c06d10e33804b6ee86e4f10c2d11129705fa99eb181a5c1234f

Contents?: true

Size: 293 Bytes

Versions: 6

Compression:

Stored size: 293 Bytes

Contents

<% unless components.empty? %>
  <nav class="__component_index">
    <%= content_tag 'h3', headline if headline %>
    <ul>
      <%= content_tag_for(:li, components) do |component| %>
        <%= link_to component.headline, anchor: component.id %>
      <% end %>
    </ul>
  </nav>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
styleus-0.0.11 app/views/styleus/_component_index.html.erb
styleus-0.0.10 app/views/styleus/_component_index.html.erb
styleus-0.0.9 app/views/styleus/_component_index.html.erb
styleus-0.0.8 app/views/styleus/_component_index.html.erb
styleus-0.0.7 app/views/styleus/_component_index.html.erb
styleus-0.0.6 app/views/styleus/_component_index.html.erb