Chris@1295:

<%=l(:label_confirmation)%>

Chris@1295:
Chris@1295:

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

Chris@1295:

Chris@1295: <%= form_tag(project_path(@project_to_destroy), :method => :delete) do %> Chris@1295: Chris@1295: <%= submit_tag l(:button_delete) %> Chris@1295: <% end %> Chris@1295:

Chris@1295: