diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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? %> <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 %> |