feat(ui): added working ingame ui
Added ingame ui with bootstrap. There were problems with the lock procedure which are now fixed.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@(user: Option[model.users.User])
|
||||
@navbar(user)
|
||||
|
||||
@main("Create Game") {
|
||||
@navbar(user)
|
||||
<form action="@routes.MainMenuController.createGame()" method="post">
|
||||
<div class="w-50 mx-auto">
|
||||
<div class="mt-3">
|
||||
|
||||
Reference in New Issue
Block a user