summaryrefslogtreecommitdiff
path: root/lib/rdoc/generator/template/darkfish/_sidebar_classes.rhtml
blob: efa202fa18b76823a6843e7559b8aa01800becb4 (plain)
1
2
3
4
5
6
7
8
9
<nav id="classindex-section" class="section project-section">
  <h3 class="section-header">Class and Module Index</h3>

  <ul class="link-list">
  <% @modsort.each do |index_klass| %>
    <li><a href="<%= rel_prefix %>/<%= index_klass.path %>"><%= index_klass.full_name %></a>
  <% end %>
  </ul>
</nav>