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

<% form_tag({}) do %>

<%= l(:text_issue_category_destroy_question, @issue_count) %>


<% if @categories.size > 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 => 'projects', :action => 'settings', :id => @project, :tab => 'categories' %> <% end %>