Sha256: 76cc940a5c117ae98caac73d5ee017c1bc03f55a0d7746b5f5912d93ae45ecb1

Contents?: true

Size: 1 KB

Versions: 18

Compression:

Stored size: 1 KB

Contents

<%- simple_files = @files.select { |f| f.text? } %>
<%- if defined?(current) -%>
  <%- dir = current.full_name[%r{\A[^/]+(?=/)}] || current.page_name -%>
<%- end -%>
<%- unless simple_files.empty? then -%>
<div id="fileindex-section" class="nav-section">
  <h3>Pages</h3>

  <ul class="link-list">
  <%- simple_files.group_by do |f| -%>
    <%- f.full_name[%r{\A[^/]+(?=/)}] || f.page_name -%>
  <%- end.each do |n, files| -%>
    <%- f = files.shift -%>
    <%- if files.empty? -%>
    <li><a href="<%= rel_prefix %>/<%= h f.path %>"><%= h f.page_name %></a>
      <%- next -%>
    <%- end -%>
    <li><details<% if dir == n %> open<% end %>><summary><%
    if n == f.page_name
      %><a href="<%= rel_prefix %>/<%= h f.path %>"><%= h n %></a><%
    else
      %><%= h n %><% files.unshift(f)
    end %></summary>
    <ul class="link-list">
    <%- files.each do |f| -%>
      <li><a href="<%= rel_prefix %>/<%= h f.path %>"><%= h f.page_name %></a>
    <%- end -%>
    </ul></details>
  <%- end -%>
  </ul>
</div>
<%- end -%>

Version data entries

18 entries across 16 versions & 5 rubygems

Version Path
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.1.0/gems/rdoc-6.7.0/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.3.0/gems/rdoc-6.10.0/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.3.0/gems/rdoc-6.8.1/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
rdoc-6.11.0 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/rdoc-6.7.0/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
rdoc-6.10.0 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
rdoc-6.9.1 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
rdoc-6.9.0 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
rdoc-6.8.1 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
rdoc-6.8.0 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/rdoc-6.7.0/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
tinymce-rails-7.1.2 vendor/bundle/ruby/3.3.0/gems/rdoc-6.7.0/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
rdoc-6.6.3.1 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
rdoc-6.5.1.1 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
rdoc-6.6.2 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
rdoc-6.6.1 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
rdoc-6.6.0 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
rdoc-6.5.0 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml