<%= title [l(@enumeration.option_name), enumerations_path], @enumeration.name %> <%= form_tag({}, :method => :delete) do %>

<%= l(:text_enumeration_destroy_question, :name => @enumeration.name, :count => @enumeration.objects_count) %>

<%= select_tag 'reassign_to_id', (content_tag('option', "--- #{l(:actionview_instancetag_blank_option)} ---", :value => '') + options_from_collection_for_select(@enumerations, 'id', 'name')) %>

<%= submit_tag l(:button_apply) %> <%= link_to l(:button_cancel), enumerations_path %> <% end %>