aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml
blob: 463f05a8d9753c3195fbc2906f0c47ad359816a2 (plain)
1
2
3
4
5
6
7
8
9
10
<% if klass.type == 'class' then %>
<nav id="parent-class-section" class="section">
  <h3 class="section-header">Parent</h3>
  <% if klass.superclass and not String === klass.superclass then %>
  <p class="link"><a href="<%= klass.aref_to klass.superclass.path %>"><%= klass.superclass.full_name %></a>
  <% else %>
  <p class="link"><%= klass.superclass %>
  <% end %>
</nav>
<% end %>