templates/default/module/html/box_info.erb in yard-0.5.4 vs templates/default/module/html/box_info.erb in yard-0.5.5
- old
+ new
@@ -14,10 +14,10 @@
<a href="#" class="inheritanceTree">show all</a>
<% end %>
</dd>
<% n = 2 %>
<% end %>
- <% [[:class, "Extends"], [:instance, "Includes"]].each do |scope, name| %>
+ <% [[:class, "Extended by"], [:instance, "Includes"]].each do |scope, name| %>
<% if (mix = object.mixins(scope)).size > 0 %>
<dt class="r<%=n%>"><%= name %>:</dt>
<dd class="r<%=n%>"><%= mix.sort_by {|o| o.path }.map {|o| linkify(o) }.join(", ") %></dd>
<% n = n == 2 ? 1 : 2 %>
<% end %>