mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-31 14:23:14 +02:00
Initial commit
This commit is contained in:
7
app/views/warnings/badGroupedDependencies.scala.html
Normal file
7
app/views/warnings/badGroupedDependencies.scala.html
Normal file
@@ -0,0 +1,7 @@
|
||||
@(name: String, count: Int, items: Traversable[_])
|
||||
@name (@count)<br>
|
||||
<ul>
|
||||
@for(i <- items){
|
||||
<li>@i</li>
|
||||
}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user