summaryrefslogtreecommitdiff
path: root/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml
blob: 22be0c9b651c214d543869e4d24d1ba91be7f9d0 (plain)
1
2
3
4
5
6
7
8
<nav id="file-list-section" class="section">
  <h3 class="section-header">Defined In</h3>
  <ul>
<% klass.in_files.each do |tl| %>
    <li><%= h tl.relative_name %>
<% end %>
  </ul>
</nav>