summaryrefslogtreecommitdiff
path: root/views/head.pug
diff options
context:
space:
mode:
Diffstat (limited to 'views/head.pug')
-rw-r--r--views/head.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/head.pug b/views/head.pug
index 005a4b2..08f2660 100644
--- a/views/head.pug
+++ b/views/head.pug
@@ -61,7 +61,7 @@ mixin gamelist(list,hide_title=0)
case item.status
when 0
- if item.is_yours && item.is_ready
+ if item.is_ready && item.your_turn
a(class="command" href=`/join/${item.game_id}`) Start
else
a(class="command" href=`/join/${item.game_id}`) Join