<% for blacklist_pattern in @blacklist_patterns -%> > <% end -%>
<%= _("Pattern") %> <%= _("Type") %> <%= _("Edit") %> <%= _("Delete")%>
<%= link_to h(blacklist_pattern.pattern), :action => "edit", :id => blacklist_pattern.id %> <%= blacklist_pattern.class %> <%= link_to_edit blacklist_pattern %> <%= link_to image_tag('admin/delete.png'), {:action => 'destroy', :id => blacklist_pattern.id, :page => params[:page] }, :confirm => "Are you sure?", :method => :post %>