mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-21 08:39:42 +01:00
Added list of all project, including those not included by the filter
This commit is contained in:
6
app/views/affectedProjects.scala.html
Normal file
6
app/views/affectedProjects.scala.html
Normal file
@@ -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