diff --git a/Makefile b/Makefile index 74d188f..c5cf57b 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ stop-container: run-container: stop-container migrate -database 'sqlite3://gralias.db' -path migrations up - docker run --name=gralias -v $(CURDIR)/gralias.db:/app/gralias.db -p 0.0.0.0:3000:3000 -d gralias:master + docker run --name=gralias -v $(CURDIR)/gralias.db:/app/gralias.db -p 0.0.0.0:3003:3000 -d gralias:master migrate-up: migrate -database 'sqlite3://gralias.db' -path migrations up diff --git a/components/room.html b/components/room.html index 9836e34..2c282e1 100644 --- a/components/room.html +++ b/components/room.html @@ -48,18 +48,19 @@ {{template "teamlist" .Room.RedTeam}} -
-
- Server says:
+
+
+ bot thought:
-
- bot thoughts -
+
+ {{template "actionhistory" .Room.ActionHistory}} +
+
{{template "cardtable" .Room}}
@@ -77,9 +78,6 @@ {{end}}
-
- {{template "actionhistory" .Room.ActionHistory}} -
{{if not .Room.IsRunning}}