Sha256: b5f5179c0914b4c101657aea1198045bc9e7b219712e62d8c3d8fbe997511e82

Contents?: true

Size: 708 Bytes

Versions: 9

Compression:

Stored size: 708 Bytes

Contents

<table cellspacing="1" cellpadding="0">
<tr>
  <th>Name</th>
  <th>Description</th>
  <th>Markup</th>
  <th>Filters</th>
  <th>Edit</th>
  <th>Delete</th>
</tr>
<% for textfilter in @textfilters.sort_by { |f| f.name } %>
<tr <%= alternate_class %>>
  <td><%= link_to textfilter.name, {:action => "show", :id => textfilter.id} %> </td>
  <td><%=h textfilter.description %></td>
  <td><%=h @textfilter_map[textfilter.markup].display_name %></td>
  <td><%= textfilter.filters.collect { |f| h(@textfilter_map[f.to_s].display_name) }.join(" &#8594; ") %></td>
  <td class="operation"><%= link_to_edit textfilter %></td>
  <td class="operation"><%= link_to_destroy textfilter %></td>    
</tr>  
<% end %>
</table>

Version data entries

9 entries across 9 versions & 1 rubygems

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