Sha256: 4e646b88d03a7e04704f572c74adfc3731457fe2f1997dff84169a28177c6d45

Contents?: true

Size: 335 Bytes

Versions: 11

Compression:

Stored size: 335 Bytes

Contents

<%- 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 -%>

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
rdoc-6.4.1.1 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
rdoc-6.3.4.1 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
ric-0.14.2 vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
ric-0.14.1 vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
ric-0.14.0 vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
rdoc-6.4.0 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
rdoc-6.3.3 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
rdoc-6.3.2 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
gitlab-rdoc-6.3.2 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
rdoc-6.3.1 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
rdoc-6.3.0 lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml