mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
<% 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 %> |