<%= ts("Delete Collection") %>

<%= form_for(@collection, :html => {:method => :delete, :class => "simple destroy"}) do |f| %>

<%= ts("Are you sure you want to delete the collection %{collection_name}? All collection settings will be lost. (Works will not be deleted.)", :collection_name => @collection.title).html_safe %>

<%= f.submit ts("Yes, Delete Collection") %>

<% end %>