Added link to click for player pov, started rendering with images
This commit is contained in:
9
knockoutwhistweb/app/views/matchy.scala.html
Normal file
9
knockoutwhistweb/app/views/matchy.scala.html
Normal file
@@ -0,0 +1,9 @@
|
||||
@(toRender: List[Any])
|
||||
|
||||
@main("Match") {
|
||||
<div id="match">
|
||||
@for(line <- toRender) {
|
||||
@line
|
||||
}
|
||||
</div>
|
||||
}
|
||||
Reference in New Issue
Block a user