Sha256: e37797363fcfe5a924bd5f2521f1ff38e3e7d6fa148536817e54f92056e0328e

Contents?: true

Size: 1.17 KB

Versions: 19

Compression:

Stored size: 1.17 KB

Contents

<div class="application-menu <%= fixed ? 'position-fixed' : nil %> w-100 navbar navbar-dark bg-dark navbar-expand-lg">
  <div class="container">
    <a class="navbar-brand" href="#"><%= ActiveElement.application_title %></a>
    <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
      <span class="navbar-toggler-icon"></span>
    </button>
    <div class="collapse navbar-collapse" id="navbarSupportedContent">
      <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <% items.each do |navbar_item| %>
          <li class="nav-item">
            <%=
              link_to navbar_item.fetch(:title) { navbar_item.fetch(:label) },
                      navbar_item.fetch(:path),
                      class: "nav-link #{component.active_path_class(current_navbar_item: navbar_item)}"
            %>
          </li>
        <% end %>
        </li>
      </ul>
    </div>
  </div>
  <div class="d-flex icon-menu p-3">
    <%= render partial: 'active_element/user' %>
    <%= render partial: 'active_element/theme/select' %>
  </div>
</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
active_element-0.0.31 app/views/active_element/components/navbar.html.erb
active_element-0.0.30 app/views/active_element/components/navbar.html.erb
active_element-0.0.29 app/views/active_element/components/navbar.html.erb
active_element-0.0.28 app/views/active_element/components/navbar.html.erb
active_element-0.0.27 app/views/active_element/components/navbar.html.erb
active_element-0.0.26 app/views/active_element/components/navbar.html.erb
active_element-0.0.24 app/views/active_element/components/navbar.html.erb
active_element-0.0.23 app/views/active_element/components/navbar.html.erb
active_element-0.0.22 app/views/active_element/components/navbar.html.erb
active_element-0.0.21 app/views/active_element/components/navbar.html.erb
active_element-0.0.19 app/views/active_element/components/navbar.html.erb
active_element-0.0.18 app/views/active_element/components/navbar.html.erb
active_element-0.0.17 app/views/active_element/components/navbar.html.erb
active_element-0.0.16 app/views/active_element/components/navbar.html.erb
active_element-0.0.15 app/views/active_element/components/navbar.html.erb
active_element-0.0.14 app/views/active_element/components/navbar.html.erb
active_element-0.0.13 app/views/active_element/components/navbar.html.erb
active_element-0.0.12 app/views/active_element/components/navbar.html.erb
active_element-0.0.11 app/views/active_element/components/navbar.html.erb