templates/default/module/html/attribute_summary.erb in yard-0.5.4 vs templates/default/module/html/attribute_summary.erb in yard-0.5.5

- old
+ new

@@ -1,6 +1,6 @@ <% scopes(attr_listing) do |list, scope| %> - <h2><%= scope.to_s.capitalize %> Attribute Summary</h2> + <h2><%= scope.to_s.capitalize %> Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2> <ul class="summary"> <% list.each do |meth| %> <%= yieldall :item => meth %> <% end %> </ul>