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

Version Path
typo-5.0.2 app/views/admin/textfilters/_macros.html.erb
typo-5.0.1 app/views/admin/textfilters/_macros.html.erb
typo-5.0.3.98.1 app/views/admin/textfilters/_macros.html.erb
typo-5.0.3.98 app/views/admin/textfilters/_macros.html.erb
typo-5.0 app/views/admin/textfilters/_macros.html.erb
typo-5.1.2 app/views/admin/textfilters/_macros.html.erb
typo-5.1.1 app/views/admin/textfilters/_macros.html.erb
typo-5.1.3 app/views/admin/textfilters/_macros.html.erb
typo-5.1 app/views/admin/textfilters/_macros.html.erb