Merged r15585 (#23152).

git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15616 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2016-07-10 07:49:50 +00:00
parent 0b67170baf
commit 7e7fc40196

View File

@@ -95,7 +95,7 @@
<% if @subprojects.any? %>
<div class="projects box">
<h3><%=l(:label_subproject_plural)%></h3>
<%= @subprojects.collect{|p| link_to p, project_path(p)}.join(", ").html_safe %>
<%= @subprojects.collect{|p| link_to p, project_path(p), :class => p.css_classes}.join(", ").html_safe %>
</div>
<% end %>