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