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

Version Path
activeldap-1.2.3 examples/al-admin/app/views/attributes/_detail.html.erb
activeldap3-1.2.3 examples/al-admin/app/views/attributes/_detail.html.erb
activeldap-1.2.2 examples/al-admin/app/views/attributes/_detail.html.erb
activeldap-1.2.1 examples/al-admin/app/views/attributes/_detail.html.erb
activeldap-1.2.0 examples/al-admin/app/views/attributes/_detail.html.erb
activeldap-1.1.0 examples/al-admin/app/views/attributes/_detail.html.erb
activeldap-1.0.0 examples/al-admin/app/views/attributes/_detail.html.erb
activeldap-0.9.0 examples/al-admin/app/views/attributes/_detail.rhtml
activeldap-0.10.0 examples/al-admin/app/views/attributes/_detail.html.erb
activeldap-1.0.9 examples/al-admin/app/views/attributes/_detail.html.erb
activeldap-1.0.2 examples/al-admin/app/views/attributes/_detail.html.erb
activeldap-1.0.1 examples/al-admin/app/views/attributes/_detail.html.erb