Sha256: ff2266b7add4828b329a145a82af5161a53fe42ea7078e084bc79e38b3be1b56

Contents?: true

Size: 532 Bytes

Versions: 2

Compression:

Stored size: 532 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

2 entries across 2 versions & 1 rubygems

Version Path
typo-4.1.1 app/views/admin/textfilters/_macros.rhtml
typo-4.1 app/views/admin/textfilters/_macros.rhtml