Sha256: 75dd54e8a0a94d097fbc587069602580a9d677a846953417fae04567cdbee29b
Contents?: true
Size: 553 Bytes
Versions: 9
Compression:
Stored size: 553 Bytes
Contents
<table> <tr> <th class="first"><%= _("Name")%></th> <th><%= _("Description")%></th> <th><%= _("Tag")%></th> <th class="last"><%= _("Help")%></th> </tr> <% for macro in @macros.sort_by { |f| f.short_name } %> <tr <%= alternate_class %>> <td class="first"><%=h macro.display_name %> </td> <td><%=h macro.description %></td> <td><code><typo:<%=h macro.short_name %>></code></td> <td class="operation last"><%= link_to image_tag('admin/show.png'), :action => 'macro_help', :id => macro.short_name %></td> </tr> <% end %> </table>
Version data entries
9 entries across 9 versions & 1 rubygems