summaryrefslogtreecommitdiff
path: root/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml')
-rw-r--r--ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml11
1 files changed, 0 insertions, 11 deletions
diff --git a/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml b/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml
deleted file mode 100644
index 15ff78ba91..0000000000
--- a/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml
+++ /dev/null
@@ -1,11 +0,0 @@
-<% unless klass.sections.length == 1 then %>
-<div id="sections-section" class="nav-section">
- <h3>Sections</h3>
-
- <ul class="link-list" role="directory">
- <% klass.sort_sections.each do |section| %>
- <li><a href="#<%= section.aref %>"><%= h section.title %></a></li>
- <% end %>
- </ul>
-</div>
-<% end %>