Chris@0:

<%=l(:label_confirmation)%>

Chris@0:
Chris@0:

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

Chris@0:

Chris@0: <% form_tag({:controller => 'projects', :action => 'destroy', :id => @project_to_destroy}) do %> Chris@0: Chris@0: <%= submit_tag l(:button_delete) %> Chris@0: <% end %> Chris@0:

Chris@0: