templates/default/module/html/method_summary.erb in yard-0.8.7.6 vs templates/default/module/html/method_summary.erb in yard-0.9.0
- old
+ new
@@ -1,9 +1,9 @@
<% if method_listing.size > 0 %>
<% groups(method_listing) do |list, name| %>
<h2>
<%= name %>
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
+ <small><a href="#" class="summary_toggle">collapse</a></small>
</h2>
<ul class="summary">
<% list.each do |meth| %>
<%= yieldall :item => meth %>
\ No newline at end of file