Added list of all project, including those not included by the filter

This commit is contained in:
Šesták Vít
2017-06-15 17:30:15 +02:00
parent 79584020b2
commit 74ab645475
5 changed files with 34 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
@(dep: GroupedDependency)
<ul>
@for(p <- dep.projects.toIndexedSeq.sorted){
<li>@friendlyProjectName(p)</li>
}
</ul>