Sha256: 2f62cf66132db3b0f05c249047750014c7ac13ac3081f42914beeeba6b6f8cae
Contents?: true
Size: 316 Bytes
Versions: 35
Compression:
Stored size: 316 Bytes
Contents
<% unless klass.sections.length == 1 then %> <div id="sections-section" class="nav-section"> <h3>Sections</h3> <ul class="link-list" role="directory"> <% klass.sort_sections.each do |section| %> <li><a href="#<%= section.aref %>"><%= h section.title %></a></li> <% end %> </ul> </div> <% end %>
Version data entries
35 entries across 35 versions & 3 rubygems