Sha256: 4dd971a6e4e7fa7c7ff67d761fd53e77c5526e970bfb9baa13e96e864c3d3632
Contents?: true
Size: 488 Bytes
Versions: 9
Compression:
Stored size: 488 Bytes
Contents
<table cellspacing="1" cellpadding="0"> <tr> <th>Name</th> <th>Description</th> <th>Tag</th> <th>Show Help</th> </tr> <% for macro in @macros.sort_by { |f| f.short_name } %> <tr <%= alternate_class %>> <td><%=h macro.display_name %> </td> <td><%=h macro.description %></td> <td><code><typo:<%=h macro.short_name %>></code></td> <td class="operation"><%= link_to image_tag('go'), :action => 'macro_help', :id => macro.short_name %></td> </tr> <% end %> </table>
Version data entries
9 entries across 9 versions & 1 rubygems