mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-05-25 17:09:24 +02:00
Initial commit
This commit is contained in:
@@ -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