summaryrefslogtreecommitdiff
path: root/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml')
-rw-r--r--lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml b/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml
new file mode 100644
index 0000000000..c4ae216a14
--- /dev/null
+++ b/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml
@@ -0,0 +1,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.absolute_name %>
+<% end %>
+ </ul>
+</nav>