% if current_exhibit -%>
<% published_top_level_feature_pages = current_exhibit.feature_pages.published.at_top_level -%>
- "><%= link_to t(:'spotlight.curation.home.nav_catalog_link'), root_url %>
<% unless published_top_level_feature_pages.empty? %>
<% if published_top_level_feature_pages.length > 1 %>
-
<%= t(:'spotlight.curation.feature_pages.nav_link') %>
<% else %>
- "><%= link_to published_top_level_feature_pages.first.title, [spotlight, published_top_level_feature_pages.first] %>
<% end %>
<% end %>
<% if current_exhibit.has_browse_categories? %>
- "><%= link_to t(:'spotlight.curation.browse.header'), spotlight.exhibit_browse_index_path(current_exhibit) %>
<% end %>
- "><%= link_to t(:'spotlight.curation.about_pages.nav_link'), [spotlight, current_exhibit.main_about_page] if current_exhibit.main_about_page %>
<%= render_search_bar %>
<% end %>