Sha256: d2e92f0d4ab8ba16b09f3a51a60a77862f303ac0ef8eef3dd9288217c4eb3da4
Contents?: true
Size: 317 Bytes
Versions: 1
Compression:
Stored size: 317 Bytes
Contents
<%- unless klass.sections.length == 1 then %> <div 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rorvswild_theme_rdoc-0.2 | lib/rdoc/generator/template/rorvswild/_sidebar_sections.rhtml |