diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index 2368a29c4..c17224618 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -111,7 +111,11 @@ <% if @subprojects.any? %>

<%=l(:label_subproject_plural)%>

- <%= @subprojects.collect{|p| link_to p, project_path(p), :class => p.css_classes}.join(", ").html_safe %> +
<% end %>