mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-21 00:29:38 +01:00
Initial commit
This commit is contained in:
7
app/views/warnings/failedReports.scala.html
Normal file
7
app/views/warnings/failedReports.scala.html
Normal file
@@ -0,0 +1,7 @@
|
||||
@(failedReports: Set[Build], urlBase: String)
|
||||
<strong>There are some reports that failed to build:</strong>
|
||||
<ul>
|
||||
@for(build <- failedReports.toSeq.sortBy(_.projectName)){
|
||||
<li>@secureLink(build.resultLink(urlBase)){@build.projectName}</li>
|
||||
}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user