Sha256: c5bca42269ab33e2c20f72c10699b614840b3b716b5f6a1e7b8160cf4abc2709

Contents?: true

Size: 454 Bytes

Versions: 1

Compression:

Stored size: 454 Bytes

Contents

<div class="attribute-information">
  <table>
    <thead>
      <tr>
	<th><%= _("attribute name") %></th>
	<th><%= _("value") %></th>
	<th><%= _("description") %></th>
      </tr>
    </thead>

    <tbody>
<% (entry.attribute_names(true) - ["objectClass"]).sort.each do |name| -%>
      <tr>
	<th><%= h la_(name) %></th>
	<td><%= h entry[name, true].join(", ") %></td>
	<td><%= h lad_(name) %></td>
      </tr>
<% end -%>
    </tbody>
  </table>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-activeldap-0.8.3.1 examples/al-admin/app/views/users/_attribute_information.rhtml