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