summaryrefslogtreecommitdiff
path: root/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml
blob: cc048526523af506de4a51a060f0c793afd2fb3a (plain)
1
2
3
4
5
6
7
8
9
10
11
<% if klass.type == 'class' then %>
<div id="parent-class-section" class="nav-section">
  <h3>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 %>
</div>
<% end %>