Project

General

Profile

Defect #11511 ยป 0001-Fix-too-escaped-strong-in-confirmation-page.diff

Haruka Yoshihara, 2012-07-26 07:02

View differences:

app/views/projects/destroy.html.erb (working copy)
4 4
<%=l(:text_project_destroy_confirmation)%>
5 5

  
6 6
<% if @project_to_destroy.descendants.any? %>
7
<br /><%= l(:text_subprojects_destroy_warning, content_tag('strong', h(@project_to_destroy.descendants.collect{|p| p.to_s}.join(', ')))) %>
7
<br /><%= l(:text_subprojects_destroy_warning, content_tag('strong', h(@project_to_destroy.descendants.collect{|p| p.to_s}.join(', ')))).html_safe %>
8 8
<% end %>
9 9
</p>
10 10
<p>
    (1-1/1)