<%=l(:label_operation_category)%>: <%=h @category.name %>

<%= form_tag(operation_category_path(@category), :method => :delete) do %>

<%= l(:text_operation_category_destroy_question, @operations_count) %>


<% if @operations_count > 0 %> : <%= select_tag 'reassign_to_id', options_from_collection_for_select(@categories, 'id', 'name') %>

<% end %>
<%= submit_tag l(:button_apply) %> <%= link_to l(:button_cancel), :controller => 'settings', :action => 'plugin', :id => 'redmine_finance', :tab => 'operation_categories' %> <% end %>