mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-05-30 19:30:37 +02:00
Added list of all project, including those not included by the filter
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
@(dep: GroupedDependency)
|
||||
<ul>
|
||||
@for(p <- dep.projects.toIndexedSeq.sorted){
|
||||
<li>@friendlyProjectName(p)</li>
|
||||
}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user