Sha256: 5c7c8cd79a6f8bc681acdfc94696b06dbb7a7c0fd4acf74096171c38031f1cb8

Contents?: true

Size: 538 Bytes

Versions: 6

Compression:

Stored size: 538 Bytes

Contents

<div class="attributes">
  <table class="values">
    <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 class="<%= cycle('even', 'odd') %>">
	<th scope="row"><%= link_to_attribute(name) %></th>
	<td><%= h(entry[name, true].join(", ")) %></td>
	<td><%= h(lad_(name)) %></td>
      </tr>
<% end -%>
    </tbody>
  </table>
</div>
<% reset_cycle %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
activeldap-0.10.0 examples/al-admin/app/views/_entry/_attributes_information.html.erb
activeldap-0.9.0 examples/al-admin/app/views/_entry/_attributes_information.rhtml
activeldap-1.0.0 examples/al-admin/app/views/_entry/_attributes_information.html.erb
activeldap-1.0.1 examples/al-admin/app/views/_entry/_attributes_information.html.erb
activeldap-1.0.2 examples/al-admin/app/views/_entry/_attributes_information.html.erb
activeldap-1.0.9 examples/al-admin/app/views/_entry/_attributes_information.html.erb