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