Sha256: 6b76c93d8a450f244bcc647a7e6aa53c07dc5488a1f0c6f04ed55554c3658eed

Contents?: true

Size: 941 Bytes

Versions: 34

Compression:

Stored size: 941 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="dropdown">
      <a href="#" class="dropdown-toggle" data-toggle="dropdown"><%= navigation.label_or_default %> <b class="caret"></b></a>
      <ul class="dropdown-menu">
        <% published_top_level_feature_pages.each do |page| %>
          <li><%= link_to page.title, [spotlight, page.exhibit, page] %></li>
        <% end %>
      </ul>
    </li>
  <% else %>
    <li class="<%= "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] %></li>
  <% end %>
<% end %>

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
blacklight-spotlight-2.13.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-2.12.1 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-2.12.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-2.11.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-2.10.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-2.9.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-2.8.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-2.7.2 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-2.7.1 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-2.7.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-2.6.1.1 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-2.6.1 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-2.6.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-2.5.2 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-2.5.1 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-2.5.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-2.4.1 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-2.4.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-2.3.3 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-2.3.2 app/views/shared/_curated_features_navbar.html.erb