annotate .svn/pristine/3e/3e69b6e2154a117c66e42d50dd35e274a3a35611.svn-base @ 1327:287f201c2802 redmine-2.2-integration

Add italic
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 19 Jun 2013 20:56:22 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 <h2><%=l(:label_confirmation)%></h2>
Chris@909 2 <div class="warning">
Chris@909 3 <p><strong><%=h @project_to_destroy %></strong><br />
Chris@909 4 <%=l(:text_project_destroy_confirmation)%>
Chris@909 5
Chris@909 6 <% if @project_to_destroy.descendants.any? %>
Chris@909 7 <br /><%= l(:text_subprojects_destroy_warning, content_tag('strong', h(@project_to_destroy.descendants.collect{|p| p.to_s}.join(', ')))) %>
Chris@909 8 <% end %>
Chris@909 9 </p>
Chris@909 10 <p>
Chris@909 11 <% form_tag(project_path(@project_to_destroy), :method => :delete) do %>
Chris@909 12 <label><%= check_box_tag 'confirm', 1 %> <%= l(:general_text_Yes) %></label>
Chris@909 13 <%= submit_tag l(:button_delete) %>
Chris@909 14 <% end %>
Chris@909 15 </p>
Chris@909 16 </div>