summaryrefslogtreecommitdiffstats
path: root/app/views/projects/show.html.erb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-07-10 07:49:50 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-07-10 07:49:50 +0000
commit7e7fc40196a458682e8d29b444cc0d4a9771cc79 (patch)
tree230d2073100981482aba425dc8e7ecef3f9879ea /app/views/projects/show.html.erb
parent0b67170baf6880d72ab2bf48bcbf00b99759951e (diff)
downloadredmine-7e7fc40196a458682e8d29b444cc0d4a9771cc79.tar.gz
redmine-7e7fc40196a458682e8d29b444cc0d4a9771cc79.zip
Merged r15585 (#23152).
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15616 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/projects/show.html.erb')
-rw-r--r--app/views/projects/show.html.erb2
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 %>