% title = current_exhibit.main_navigations.browse.label_or_default %>
<% set_html_page_title(title) %>
<%= title %>
<% if @groups.any? # active %>
-
<%= link_to t('spotlight.exhibits.groups.all'), exhibit_browse_index_path(current_exhibit), class: "nav-link #{'active' if @group.blank?}" %>
<% @groups.each do |group| %>
-
<%= link_to group.title, exhibit_browse_groups_path(current_exhibit, group), class: "nav-link #{'active' if @group.present? && @group.id == group.id}" %>
<% end %>
<% end %>
<%= render collection: @searches, partial: 'spotlight/browse/search' %>