Sha256: 8c03a4a00652bc7eb0ab20d47e03dffe57274cc474afcbe22fd4162c8dddb35a

Contents?: true

Size: 929 Bytes

Versions: 71

Compression:

Stored size: 929 Bytes

Contents

<% published_top_level_feature_pages = current_exhibit.feature_pages.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

71 entries across 71 versions & 1 rubygems

Version Path
blacklight-spotlight-1.5.1 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-1.4.1 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-1.4.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-1.3.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-1.2.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-1.1.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-1.0.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-1.0.0.alpha2 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-1.0.0.alpha1 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-0.34.1 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-0.34.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-0.33.3 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-0.33.2 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-0.33.1 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-0.33.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-0.32.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-0.31.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-0.30.0 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-0.29.1 app/views/shared/_curated_features_navbar.html.erb
blacklight-spotlight-0.29.0 app/views/shared/_curated_features_navbar.html.erb