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>&lt;typo:<%=h macro.short_name %>&gt;</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

Version Path
typo-3.99.0 app/views/admin/textfilters/_macros.rhtml
typo-3.99.3 app/views/admin/textfilters/_macros.rhtml
typo-3.99.1 app/views/admin/textfilters/_macros.rhtml
typo-3.99.2 app/views/admin/textfilters/_macros.rhtml
typo-4.0.0 app/views/admin/textfilters/_macros.rhtml
typo-3.99.4 app/views/admin/textfilters/_macros.rhtml
typo-4.0.2 app/views/admin/textfilters/_macros.rhtml
typo-4.0.1 app/views/admin/textfilters/_macros.rhtml
typo-4.0.3 app/views/admin/textfilters/_macros.rhtml