Sha256: b6bcc5c2fc6d5d58c5720ad24edbc48f6b4f1556bbfcc0ce16ecb30b744148fa

Contents?: true

Size: 615 Bytes

Versions: 5

Compression:

Stored size: 615 Bytes

Contents

<% cache_unless current_user, [current_exhibit, @page] do %>
<div id="sidebar" class="col-md-3" role="complementary">
  <h4 class="nav-heading"><%= current_exhibit.main_navigations.about.label_or_default %></h4>
  <ul class="nav sidenav">
    <% current_exhibit.about_pages.for_locale.published.each do |page| %>
      <li class="<%= 'active' if current_page? [page.exhibit, page] %>">
        <%= link_to page.title, [page.exhibit, page] %>
      </li>
    <% end %>
  </ul>
  <%= cache current_exhibit do %>
    <%= render 'contacts' if current_exhibit.contacts.published.present? %>
  <% end %>
</div>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-spotlight-2.0.0.rc5 app/views/spotlight/about_pages/_sidebar.html.erb
blacklight-spotlight-2.0.0.rc4 app/views/spotlight/about_pages/_sidebar.html.erb
blacklight-spotlight-2.0.0.rc3 app/views/spotlight/about_pages/_sidebar.html.erb
blacklight-spotlight-2.0.0.rc2 app/views/spotlight/about_pages/_sidebar.html.erb
blacklight-spotlight-2.0.0.rc1 app/views/spotlight/about_pages/_sidebar.html.erb