Sha256: ccb23fa428e727498ddc6ec6f8acf7f4d6367280a7b1e8050ca677295f4460b4

Contents?: true

Size: 383 Bytes

Versions: 12

Compression:

Stored size: 383 Bytes

Contents

<table class="values">
  <thead>
    <tr>
      <th><%= _("Syntax name") %></th>
      <th><%= _("Description") %></th>
    </tr>
  </thead>

  <tbody>
<% syntaxes.uniq.sort.each do |syntax| -%>
    <tr class="<%= cycle('even', 'odd') %>">
      <td><%= link_to_syntax(syntax) %></td>
      <td><%= h(lsd_(syntax)) %></td>
    </tr>
<% end -%>
  </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/syntaxes/_syntaxes.html.erb
activeldap3-1.2.3 examples/al-admin/app/views/syntaxes/_syntaxes.html.erb
activeldap-1.2.2 examples/al-admin/app/views/syntaxes/_syntaxes.html.erb
activeldap-1.2.1 examples/al-admin/app/views/syntaxes/_syntaxes.html.erb
activeldap-1.2.0 examples/al-admin/app/views/syntaxes/_syntaxes.html.erb
activeldap-1.1.0 examples/al-admin/app/views/syntaxes/_syntaxes.html.erb
activeldap-0.10.0 examples/al-admin/app/views/syntaxes/_syntaxes.html.erb
activeldap-0.9.0 examples/al-admin/app/views/syntaxes/_syntaxes.rhtml
activeldap-1.0.0 examples/al-admin/app/views/syntaxes/_syntaxes.html.erb
activeldap-1.0.2 examples/al-admin/app/views/syntaxes/_syntaxes.html.erb
activeldap-1.0.1 examples/al-admin/app/views/syntaxes/_syntaxes.html.erb
activeldap-1.0.9 examples/al-admin/app/views/syntaxes/_syntaxes.html.erb