diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index 3e384530c..b68a5ac26 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -95,7 +95,7 @@ <% if @subprojects.any? %>

<%=l(:label_subproject_plural)%>

- <%= @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 %>
<% end %>