Sha256: d393625aad88a84aeb9d50f32cbbde00136b64d6e775accf823c79d6f60b009a
Contents?: true
Size: 343 Bytes
Versions: 79
Compression:
Stored size: 343 Bytes
Contents
<ol class="tree"> <% for node in nodes %> <li><%= link_to h( node.title), node_path(node), :id => "id-#{node.id}" %> <% unless (children = node.children.where(options)).empty? -%> <span class="expand">+</span> <%= render :partial => 'branch', :locals => { :nodes => children, :options => options } %> <% end -%> </li> <% end -%> </ol>
Version data entries
79 entries across 79 versions & 1 rubygems