summaryrefslogtreecommitdiff
path: root/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml
blob: 74869a4b51403244f6ee411e01198729bbb168a7 (plain)
1
2
3
4
5
6
7
8
9
<div id="file-list-section" class="nav-section">
  <h3>Defined In</h3>

  <ul>
<%- klass.in_files.each do |tl| -%>
    <li><%= h tl.relative_name %>
<%- end -%>
  </ul>
</div>