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

Version Path
activeldap-1.2.3 examples/al-admin/app/views/directory/_tree.html.erb
activeldap3-1.2.3 examples/al-admin/app/views/directory/_tree.html.erb
activeldap-1.2.2 examples/al-admin/app/views/directory/_tree.html.erb
activeldap-1.2.1 examples/al-admin/app/views/directory/_tree.html.erb
activeldap-1.2.0 examples/al-admin/app/views/directory/_tree.html.erb
activeldap-1.1.0 examples/al-admin/app/views/directory/_tree.html.erb
activeldap-0.9.0 examples/al-admin/app/views/directory/_tree.rhtml
activeldap-0.10.0 examples/al-admin/app/views/directory/_tree.html.erb
activeldap-1.0.0 examples/al-admin/app/views/directory/_tree.html.erb
activeldap-1.0.2 examples/al-admin/app/views/directory/_tree.html.erb
activeldap-1.0.1 examples/al-admin/app/views/directory/_tree.html.erb
activeldap-1.0.9 examples/al-admin/app/views/directory/_tree.html.erb