mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-25 02:21:52 +01:00
Initial commit
This commit is contained in:
5
app/views/warnings/emptyResults.scala.html
Normal file
5
app/views/warnings/emptyResults.scala.html
Normal file
@@ -0,0 +1,5 @@
|
||||
@(emptyReports: Seq[Build], urlBase: String)
|
||||
<strong>Following projects have produced no results:</strong>
|
||||
@for(build <- emptyReports.toSeq.sortBy(_.projectName)){
|
||||
<li>@secureLink(build.resultLink(urlBase)){@build.projectName}</li>
|
||||
}
|
||||
Reference in New Issue
Block a user