Sha256: 1b6e916f94ef42f315f6dc2291035a6fbeb739c97eaad33abb86c046c4d0dfb0
Contents?: true
Size: 622 Bytes
Versions: 14
Compression:
Stored size: 622 Bytes
Contents
<% cache_unless current_user, [current_exhibit, @page] do %> <h2 class="nav-heading h4"><%= current_exhibit.main_navigations.about.label_or_default %></h2> <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
14 entries across 14 versions & 1 rubygems