Sha256: 17306cffac14daf9bdd44c87a88d7fab1fcf66351ac0672bdefc5c7473a999a9

Contents?: true

Size: 400 Bytes

Versions: 12

Compression:

Stored size: 400 Bytes

Contents

<table class="values">
  <thead>
    <tr>
      <th><%= _("Attribute name") %></th>
      <th><%= _("Description") %></th>
    </tr>
  </thead>

  <tbody>
<% attributes.uniq.sort.each do |attribute| -%>
    <tr class="<%= cycle('even', 'odd') %>">
      <td><%= link_to_attribute(attribute) %></td>
      <td><%= h(lad_(attribute)) %></td>
    </tr>
<% end -%>
  </tbody>
</table>
<% reset_cycle %>

Version data entries

12 entries across 12 versions & 2 rubygems

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