Sha256: dc83af5a02cef14b84e21ede56d35affd4afcd2b20f3da41a5954864d1e0f320

Contents?: true

Size: 486 Bytes

Versions: 9

Compression:

Stored size: 486 Bytes

Contents

<% unless klass.extends.empty? then %>
<!-- Extension Modules -->
<nav id="extends-section" class="section">
  <h3 class="section-header">Extended With Modules</h3>

  <ul class="link-list">
    <% klass.each_extend do |ext| %>
  <% unless String === ext.module then %>
    <li><a class="extend" href="<%= klass.aref_to ext.module.path %>"><%= ext.module.full_name %></a>
  <% else %>
    <li><span class="extend"><%= ext.name %></span>
  <% end %>
  <% end %>
  </ul>
</nav>
<% end %>

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
jfish-0.1.1 lib/template/jfish/_sidebar_extends.rhtml
jfish-0.1.0 lib/template/jfish/_sidebar_extends.rhtml
candlepin-api-0.4.0 bundle/ruby/gems/rdoc-4.0.1/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-4.0.1 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-4.0.0 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-4.0.0.rc.2.1 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-4.0.0.rc.2 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-4.0.0.preview2.1 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-4.0.0.preview2 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml