Sha256: a42d8255147cc893ba53094738f88a35ed06ec1f686aeefcc456996a4e4d25c0
Contents?: true
Size: 891 Bytes
Versions: 12
Compression:
Stored size: 891 Bytes
Contents
<table class="values"> <tbody> <tr class="<%= cycle('even', 'odd') %>"> <th scope="row"><%= _("Read only") %></th> <td><%= boolean_value(attribute.read_only?) %></td> </tr> <tr class="<%= cycle('even', 'odd') %>"> <th scope="row"><%= _("Single value") %></th> <td><%= boolean_value(attribute.single_value?) %></td> </tr> <tr class="<%= cycle('even', 'odd') %>"> <th scope="row"><%= _("Binary") %></th> <td><%= boolean_value(attribute.binary?) %></td> </tr> <tr class="<%= cycle('even', 'odd') %>"> <th scope="row"><%= _("Binary required") %></th> <td><%= boolean_value(attribute.binary_required?) %></td> </tr> <tr class="<%= cycle('even', 'odd') %>"> <th scope="row"><%= _("Syntax") %></th> <td><%= link_to_syntax(attribute.syntax) %></td> </tr> </tbody> </table> <% reset_cycle %>
Version data entries
12 entries across 12 versions & 2 rubygems