Sha256: ca079ebe4207c1d1f33960da8a06205efdd5045e5ea0cd2bef78ec11f7542f60

Contents?: true

Size: 619 Bytes

Versions: 2

Compression:

Stored size: 619 Bytes

Contents

<% cache_unless current_user, [current_exhibit, @page] do %>
  <h4 class="nav-heading"><%= current_exhibit.main_navigations.about.label_or_default %></h4>
  <ul class="nav sidenav flex-column">
    <% current_exhibit.about_pages.for_locale.published.each do |page| %>
      <li class="nav-item <%= 'active' if current_page? [spotlight, current_exhibit, page] %>">
        <%= link_to page.title, [spotlight, current_exhibit, page], class: 'nav-link' %>
      </li>
    <% end %>
  </ul>
  <%= cache current_exhibit do %>
    <%= render 'contacts' if current_exhibit.contacts.published.present? %>
  <% end %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight-spotlight-3.0.0.alpha.2 app/views/spotlight/about_pages/_sidebar.html.erb
blacklight-spotlight-3.0.0.alpha.1 app/views/spotlight/about_pages/_sidebar.html.erb