Sha256: 6a780c5b3947ccf09e39f1560f766f6d287a30390cac0f252ef3f62ff41a021e
Contents?: true
Size: 604 Bytes
Versions: 47
Compression:
Stored size: 604 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.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
47 entries across 47 versions & 1 rubygems