More user-friendly project watching

This commit is contained in:
Šesták Vít
2016-02-19 12:47:00 +01:00
parent a64f7c540b
commit 12f43f4b32
9 changed files with 151 additions and 25 deletions

View File

@@ -0,0 +1,5 @@
@(reportInfo: ReportInfo)
@reportInfo.projectName@reportInfo.subprojectNameOption match {
case None => { <i>(with all subprojects)</i>}
case Some(subproject) => {: @subproject}
}