Better deployment with air. Colorized history. Fixed table bugs. Table will be added to game if coming from QR code. With tables in the history. App could be deployed now
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
<div class="row">
|
||||
|
||||
<form method="post" action="/table/{{.CurrentSlug}}">
|
||||
<button style="background-color: greenyellow; border-color: gray;" type="submit">FinishGame</button>
|
||||
<button style="background-color: powderblue; border-color: gray;" type="submit">FinishGame</button>
|
||||
</form>
|
||||
<form method="post" action="/table/{{.CurrentSlug}}/reset">
|
||||
<button style="background-color: coral; border-color: gray;" type="submit">ResetGame</button>
|
||||
<button type="submit">ResetGame</button>
|
||||
</form>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user