summaryrefslogtreecommitdiff
path: root/lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml
blob: 726423a3417c129ac387292b827cec57420721d5 (plain)
1
2
3
4
5
6
7
8
9
10
<% unless klass.sections.length == 1 then %>
<nav id="sections-section" class="section">
  <h3 class="section-header">Sections</h3>
  <ul class="link-list">
    <% klass.sort_sections.each do |section| %>
      <li><a href="#<%= section.aref %>"><%= h section.title %></a></li>
    <% end %>
  </ul>
</nav>
<% end %>