Sha256: b7a95dc088b4854c7c4822be7891531399a1a5aca54fcb60d7db9d9455096c2c
Contents?: true
Size: 583 Bytes
Versions: 23
Compression:
Stored size: 583 Bytes
Contents
<% cache_unless current_user, [current_exhibit, @page] do %> <div id="sidebar" class="col-md-3" role="complementary"> <h4><%= 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_unless_current 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
23 entries across 23 versions & 1 rubygems