Sha256: 2f79bdb9151445680e0933a8ff26caf0ffa81568b94b1990b3de81dfe8db1c65
Contents?: true
Size: 320 Bytes
Versions: 12
Compression:
Stored size: 320 Bytes
Contents
<% have_child = !tree.children.empty? %> <li class="<%= have_child ? 'dir' : 'file' %>"> <span class="node-dn"><%= h(tree.dn) %></span> <span class="node-short-dn"><%= h(tree.short_dn) %></span> <% if have_child -%> <ul> <%= render(:partial => "tree", :collection => tree.children) %> </ul> <% end -%> </li>
Version data entries
12 entries across 12 versions & 2 rubygems