Sha256: 8de5c79289bafdfff8812f5e9dbcbb6c0853f4ff9090f17acd3b3418b6010d1a
Contents?: true
Size: 1011 Bytes
Versions: 1
Compression:
Stored size: 1011 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 %> <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], 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-spotlight-3.0.0.alpha.1 | app/views/shared/_curated_features_navbar.html.erb |