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@22: <% form_tag(project_path(@project_to_destroy), :method => :delete) do %> Chris@0: Chris@0: <%= submit_tag l(:button_delete) %> Chris@0: <% end %> Chris@0:
Chris@0: