Sha256: 81633a0589127f82f60b12632d904f4c7082d9b84ecd4b350c243cad6b0868d6

Contents?: true

Size: 494 Bytes

Versions: 35

Compression:

Stored size: 494 Bytes

Contents

<% comment = if current.respond_to? :comment_location then
               current.comment_location
             else
               current.comment
             end
   table = current.parse(comment).table_of_contents

   if table.length > 1 then %>
<div class="nav-section">
  <h3>Table of Contents</h3>

  <ul class="link-list" role="directory">
<%   table.each do |heading| %>
    <li><a href="#<%= heading.label current %>"><%= heading.plain_html %></a>
<%   end %>
  </ul>
</div>
<% end %>

Version data entries

35 entries across 35 versions & 3 rubygems

Version Path
rdoc-6.1.2.1 lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
rdoc-6.2.1 lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
rdoc-6.2.0 lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
rdoc-6.1.2 lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
rdoc-6.0.1.1 lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
rdoc-5.0.1 lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
ric-0.13.0 vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
ric-0.12.2 vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
rdoc-6.1.1 lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
rdoc-6.1.0 lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
rdoc-6.1.0.beta3 lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
rdoc-6.1.0.beta2 lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
rdoc-6.1.0.beta1 lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
rdoc-6.0.4 lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
rdoc-6.0.3 lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
rdoc-6.0.2 lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
rdoc-6.0.1 lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
rdoc-6.0.0 lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
rdoc-6.0.0.beta4 lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
rdoc-6.0.0.beta3 lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml