mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-17 23:04:22 +01:00
More user-friendly project watching
This commit is contained in:
5
app/views/friendlyProjectName.scala.html
Normal file
5
app/views/friendlyProjectName.scala.html
Normal file
@@ -0,0 +1,5 @@
|
||||
@(reportInfo: ReportInfo)
|
||||
@reportInfo.projectName@reportInfo.subprojectNameOption match {
|
||||
case None => { <i>(with all subprojects)</i>}
|
||||
case Some(subproject) => {: @subproject}
|
||||
}
|
||||
Reference in New Issue
Block a user