Sha256: 3ef87be117b77010acd487ea0c88bef61f8389ccf4cd5ebb32bd0d86e5e924d4
Contents?: true
Size: 913 Bytes
Versions: 19
Compression:
Stored size: 913 Bytes
Contents
<div id="exhibit-navbar" class="navbar navbar-default<%= ' page-masthead' unless exhibit_masthead? %>" role="navigation"> <div class="container"> <% unless exhibit_masthead? %> <%= link_to(current_exhibit.title, spotlight.exhibit_path(current_exhibit), class: 'navbar-brand') %> <% end %> <ul class="nav navbar-nav"> <% if current_exhibit %> <li class="<%= "active" if current_page?(current_exhibit) %>"><%= link_to t(:'spotlight.curation.nav.home'), current_exhibit %></li> <% current_exhibit.main_navigations.displayable.each do |navigation| %> <%= render partial: "shared/#{navigation.nav_type}_navbar", locals: {navigation: navigation} %> <% end %> <% end %> </ul> <% if should_render_spotlight_search_bar? %> <div class="navbar-right navbar-nav nav"> <%= render_search_bar %> </div> <% end %> </div> </div>
Version data entries
19 entries across 19 versions & 1 rubygems