mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-21 08:39:42 +01:00
Initial commit
This commit is contained in:
5
app/views/warnings/resultsWithErrorMessages.scala.html
Normal file
5
app/views/warnings/resultsWithErrorMessages.scala.html
Normal file
@@ -0,0 +1,5 @@
|
||||
@(reportsWithErrorMessages: Seq[Build], urlBase: String)
|
||||
<strong>Following projects seem to contain some error messages in their logs:</strong>
|
||||
@for(build <- reportsWithErrorMessages.toSeq.sortBy(_.projectName)){
|
||||
<li>@secureLink(build.resultLink(urlBase)){@build.projectName}</li>
|
||||
}
|
||||
Reference in New Issue
Block a user