Sha256: 318af3e215948c91da2fdcd860eb768db3414625914a2aa0ff902473045db04b

Contents?: true

Size: 640 Bytes

Versions: 6

Compression:

Stored size: 640 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>
          <%=
	    entry[name, true].collect do |value|
              h(value.inspect)
            end.join("<br />")
          %>
        </td>
	<td><%= h(lad_(name)) %></td>
      </tr>
<% end -%>
    </tbody>
  </table>
</div>
<% reset_cycle %>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
activeldap-1.2.3 examples/al-admin/app/views/_entry/_attributes_information.html.erb
activeldap3-1.2.3 examples/al-admin/app/views/_entry/_attributes_information.html.erb
activeldap-1.2.2 examples/al-admin/app/views/_entry/_attributes_information.html.erb
activeldap-1.2.1 examples/al-admin/app/views/_entry/_attributes_information.html.erb
activeldap-1.2.0 examples/al-admin/app/views/_entry/_attributes_information.html.erb
activeldap-1.1.0 examples/al-admin/app/views/_entry/_attributes_information.html.erb