<% for textfilter in @textfilters.sort_by { |f| f.name } %> > <% end %>
<%= _("Name")%> <% _("Description")%> <%= _("Markup")%> <%= _("Filters")%> <%= _("Edit")%> <%= _("Delete")%>
<%= link_to textfilter.name, {:action => "show", :id => textfilter.id} %> <%=h textfilter.description %> <%=h @textfilter_map[textfilter.markup].display_name %> <%= textfilter.filters.collect { |f| h(@textfilter_map[f.to_s].display_name) }.join(" → ") %> <%= link_to_edit textfilter %> <%= link_to_destroy textfilter %>