Sha256: f1be06b281619798aa380588271ddd226a49f78033ba76c4897d6e49575e774e
Contents?: true
Size: 784 Bytes
Versions: 34
Compression:
Stored size: 784 Bytes
Contents
<% cache_unless current_user, [current_exhibit, @page] do %> <div id="sidebar" class="col-md-3" role="complementary"> <ol class="nav sidenav"> <% @exhibit.feature_pages.for_locale.published.at_top_level.each do |feature_section| %> <li class="<%= 'active' if current_page? [spotlight, @exhibit, feature_section] %>"> <h4><%= link_to_unless_current feature_section.title, [spotlight, @exhibit, feature_section] %></h4> <ol class="subsection"> <% feature_section.child_pages.published.each do |page| %> <li class="<%= 'active' if current_page? [spotlight, @exhibit, page] %>"><%= link_to_unless_current page.title, [spotlight, @exhibit, page] %></li> <% end %> </ol> </li> <% end %> </ol> </div> <% end %>
Version data entries
34 entries across 34 versions & 1 rubygems