<% @page_heading = _('Blacklist Patterns') %> <% content_for('tasks') do %> <%= task_show _('Show this pattern'), @blacklist_pattern.id %> <% end %>

<%= _("Are you sure you want to delete this item?")%>

<% form_tag :action => "destroy", :id => @blacklist_pattern.id do %> <%= confirm_delete %> <% end %>