@@ -95,7 +95,7 | |||
|
95 | 95 | <% if @subprojects.any? %> |
|
96 | 96 | <div class="projects box"> |
|
97 | 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 | 99 | </div> |
|
100 | 100 | <% end %> |
|
101 | 101 |
General Comments 0
You need to be logged in to leave comments.
Login now