app/views/index.scala.html [24:31]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@janusData.permissionsRepo match {
case None => {
Janus' configuration.
}
case Some(repoUrl) => {
Janus' configuration.
}
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
app/views/noPermissions.scala.html [15:22]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@janusData.permissionsRepo match {
case None => {
Janus' configuration.
}
case Some(repoUrl) => {
Janus' configuration.
}
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -