Error messages refactoring

This commit is contained in:
Šesták Vít
2016-11-21 13:30:13 +01:00
parent 47b0c3b021
commit b7d3e78dbb
4 changed files with 33 additions and 11 deletions

View File

@@ -1,5 +1,2 @@
@(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>
}
@()
<strong>Following projects seem to contain some error messages in their logs:</strong>