Chris@1464: <%= title l(:label_confirmation) %> Chris@1464: Chris@1464:
Chris@1464:

<%=h @project_to_destroy %>
Chris@1464: <%=l(:text_project_destroy_confirmation)%> Chris@1464: Chris@1464: <% if @project_to_destroy.descendants.any? %> Chris@1464:
<%= l(:text_subprojects_destroy_warning, Chris@1464: content_tag('strong', h(@project_to_destroy.descendants.collect{|p| p.to_s}.join(', ')))).html_safe %> Chris@1464: <% end %> Chris@1464:

Chris@1464:

Chris@1464: <%= form_tag(project_path(@project_to_destroy), :method => :delete) do %> Chris@1464: Chris@1464: <%= submit_tag l(:button_delete) %> Chris@1464: <%= link_to l(:button_cancel), :controller => 'admin', :action => 'projects' %> Chris@1464: <% end %> Chris@1464:

Chris@1464: