diff --git a/components/index.html b/components/index.html index ca2136f..e3f3b46 100644 --- a/components/index.html +++ b/components/index.html @@ -3,7 +3,7 @@ {{template "login"}} {{ else if ne .LinkLogin "" }} {{template "linklogin" .LinkLogin}} - {{ else if eq .State.RoomID "" }} + {{ else if not .State.RoomID }}
data: {{.}} {{.State}} {{.Room}}
Hello {{.State.Username}}
diff --git a/components/room.html b/components/room.html index 207e242..92e13bd 100644 --- a/components/room.html +++ b/components/room.html @@ -25,7 +25,7 @@Turn of the {{.Room.TeamTurn}} team
-{{template "turntimer" .Room}} +{{template "turntimer" .Room.Settings}} {{if .Room.MimeDone}}Waiting for guessers
Given Clue: "{{.Room.FetchLastClueWord}}"
diff --git a/components/roomlist.html b/components/roomlist.html index f890e49..f0d6bea 100644 --- a/components/roomlist.html +++ b/components/roomlist.html @@ -12,7 +12,7 @@ {{.CreatorName}}