##// END OF EJS Templates
Adds CSS class for closed subprojects on project overview (#23152)....
Jean-Philippe Lang -
r15203:b6982e755b52
parent child
Show More
@@ -95,7 +95,7
95 <% if @subprojects.any? %>
95 <% if @subprojects.any? %>
96 <div class="projects box">
96 <div class="projects box">
97 <h3><%=l(:label_subproject_plural)%></h3>
97 <h3><%=l(:label_subproject_plural)%></h3>
98 <%= @subprojects.collect{|p| link_to p, project_path(p)}.join(", ").html_safe %>
98 <%= @subprojects.collect{|p| link_to p, project_path(p), :class => p.css_classes}.join(", ").html_safe %>
99 </div>
99 </div>
100 <% end %>
100 <% end %>
101
101
General Comments 0
You need to be logged in to leave comments. Login now