parent
d2ad629564
commit
c3928904fa
@ -0,0 +1,7 @@ |
||||
<h2 class="page-layout-only"><%=l(:label_subproject_plural)%></h2> |
||||
<h3><%=l(:label_subproject_plural)%></h3> |
||||
<% if @subprojects.any? %> |
||||
<div class="subprojects overview"> |
||||
<p><%= @subprojects.collect{|p| link_to(h(p), :action => 'show', :id => p)}.join(", ") %></p> |
||||
</div> |
||||
<% end %> |
Loading…
Reference in new issue