mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-26 02:51:46 +01:00
Initial commit
This commit is contained in:
7
app/views/warnings/badValues.scala.html
Normal file
7
app/views/warnings/badValues.scala.html
Normal file
@@ -0,0 +1,7 @@
|
||||
@(name: String, items: Seq[(ReportInfo, Html)])
|
||||
<strong>@name:</strong>
|
||||
<ul>
|
||||
@for((name, i) <- items){
|
||||
<li>@friendlyProjectName(name): @i</li>
|
||||
}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user