summaryrefslogtreecommitdiff
path: root/views/games_public.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-09-16 20:05:16 +0200
committerTor Andersson <tor@ccxvii.net>2023-09-18 21:16:47 +0200
commita0870706aca7fd35e1ba82eaf9d206eacaa00dde (patch)
tree78e357342998acb988be981f22f4346b335c5821 /views/games_public.pug
parentef765ba9e8e6129159e88fba044a4f2a7a4c4f56 (diff)
downloadserver-a0870706aca7fd35e1ba82eaf9d206eacaa00dde.tar.gz
Don't show "ready to start" games on public game list.
Diffstat (limited to 'views/games_public.pug')
-rw-r--r--views/games_public.pug4
1 files changed, 0 insertions, 4 deletions
diff --git a/views/games_public.pug b/views/games_public.pug
index 9afc45c..62cdfcf 100644
--- a/views/games_public.pug
+++ b/views/games_public.pug
@@ -24,10 +24,6 @@ html
p
a(href="/create") Create a new game
- if ready_games.length > 0
- h2 Open (waiting to start)
- +gamelist(ready_games)
-
if active_games.length > 0
h2 Recently active
+gamelist(active_games)