mirror of
https://github.com/redmine/redmine.git
synced 2026-03-25 22:00:43 +01:00
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:
@@ -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 %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user