Sha256: 6ea1c8165a79890d5fe7348c6f3c1bef059b8ac6d1260d886b194923e796a136

Contents?: true

Size: 537 Bytes

Versions: 14

Compression:

Stored size: 537 Bytes

Contents

<nav class="al-sidebar-navigation-context sidebar-section" aria-labelledby="collection-nav">
  <h2 id="collection-nav"><%= t('arclight.views.show.context_nav.title') %></h2>
  <ul class='nav flex-column'>
    <% partials.each do |section| %>
      <% next unless has_section?(section) %>
      <li class='nav-item'>
        <%= link_to section_label(section),
          document_section_path(section),
          class: 'nav-link pl-0 ps-0 py-1',
          data: { turbolinks: 'false' }
        %>
      </li>
    <% end %>
  </ul>
</nav>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
arclight-1.4.0 app/components/arclight/collection_sidebar_component.html.erb
arclight-1.3.0 app/components/arclight/collection_sidebar_component.html.erb
arclight-1.2.0 app/components/arclight/collection_sidebar_component.html.erb
arclight-1.1.3 app/components/arclight/collection_sidebar_component.html.erb
arclight-1.1.2 app/components/arclight/collection_sidebar_component.html.erb
arclight-1.1.1 app/components/arclight/collection_sidebar_component.html.erb
arclight-1.1.0 app/components/arclight/collection_sidebar_component.html.erb
arclight-1.0.1 app/components/arclight/collection_sidebar_component.html.erb
arclight-1.0.0 app/components/arclight/collection_sidebar_component.html.erb
arclight-1.0.0.beta6 app/components/arclight/collection_sidebar_component.html.erb
arclight-1.0.0.beta4 app/components/arclight/collection_sidebar_component.html.erb
arclight-1.0.0.beta3 app/components/arclight/collection_sidebar_component.html.erb
arclight-1.0.0.beta2 app/components/arclight/collection_sidebar_component.html.erb
arclight-1.0.0.beta1 app/components/arclight/collection_sidebar_component.html.erb