summaryrefslogtreecommitdiff
path: root/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml')
-rw-r--r--ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml12
1 files changed, 0 insertions, 12 deletions
diff --git a/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml b/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
deleted file mode 100644
index 5f39825f08..0000000000
--- a/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
+++ /dev/null
@@ -1,12 +0,0 @@
-<% simple_files = @files.select { |f| f.text? } %>
-<% unless simple_files.empty? then %>
-<div id="fileindex-section" class="nav-section">
- <h3>Pages</h3>
-
- <ul class="link-list">
- <% simple_files.each do |f| %>
- <li><a href="<%= rel_prefix %>/<%= f.path %>"><%= h f.page_name %></a>
- <% end %>
- </ul>
-</div>
-<% end %>