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

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

<%= ts('Are you sure you want to delete the series "%{series_title}"? This will not delete the individual works.', :series_title => @series.title).html_safe %>

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

<% end %>