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