templates/default/module/html/method_summary.erb in yard-0.5.4 vs templates/default/module/html/method_summary.erb in yard-0.5.5
- old
+ new
@@ -1,7 +1,10 @@
<% if method_listing.size > 0 %>
<% scopes(method_listing) do |list, scope| %>
- <h2><%= scope.to_s.capitalize %> Method Summary</h2>
+ <h2>
+ <%= scope.to_s.capitalize %> Method Summary
+ <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
+ </h2>
<ul class="summary">
<% list.each do |meth| %>
<%= yieldall :item => meth %>
<% end %>
\ No newline at end of file