Sha256: 29f5ff3667e64d7db941f2c9e9ebf0b66794db6b4ca54d7954ab3198d7a47622

Contents?: true

Size: 989 Bytes

Versions: 44

Compression:

Stored size: 989 Bytes

Contents

<% published_top_level_feature_pages = current_exhibit.feature_pages.for_locale.published.at_top_level -%>
<% if published_top_level_feature_pages.present? %>
  <% if published_top_level_feature_pages.many? %>
    <li class="nav-item dropdown">
      <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown"><%= navigation.label_or_default %></a>
      <ul class="dropdown-menu">
        <% published_top_level_feature_pages.each do |page| %>
          <li><%= link_to page.title, [spotlight, page.exhibit, page], class: 'dropdown-item' %></li>
        <% end %>
      </ul>
    </li>
  <% else %>
    <li class="nav-item <%= "active" if current_page?(url_for([spotlight, published_top_level_feature_pages.first.exhibit, published_top_level_feature_pages.first])) %>"><%= link_to published_top_level_feature_pages.first.title, [spotlight, published_top_level_feature_pages.first.exhibit, published_top_level_feature_pages.first], class: 'nav-link' %></li>
  <% end %>
<% end %>

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
blacklight-spotlight-3.0.0.alpha.5 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-3.0.0.alpha.4 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-3.0.0.alpha.3 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-3.0.0.alpha.2 app/views/shared/_curated_features_navbar.html.erb