Sha256: 723f2acc8200cd8f41674d61bd51de81cb69e4fb7bf18f230d0396e0792ef70c
Contents?: true
Size: 827 Bytes
Versions: 14
Compression:
Stored size: 827 Bytes
Contents
<!-- Sidebar Nav Start --> <nav class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark"> <%= link_to root_path, class: 'd-flex align-items-center mb-3 mb-md-0 me-md-auto text-white text-decoration-none' do %> <span class="fs-4">Eventsimple</span> <% end %> <hr> <ul class="nav nav-pills flex-column mb-auto"> <% event_class_names.each do |klass| %> <% is_active = klass === @model_name ? 'active text-white' : 'text-white' %> <li class="nav-item text-white overflow-hidden" style="width: 100%;"> <%= link_to model_path(klass), class: "nav-link #{is_active}", style: "overflow: hidden; white-space: nowrap; text-overflow: ellipsis;" do %> <i class="bi bi-table"></i> <%= klass %> <% end %> </li> <% end %> </ul> </nav> <!-- Sidebar Nav End -->
Version data entries
14 entries across 14 versions & 1 rubygems