summaryrefslogtreecommitdiff
path: root/views/info.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-07-23 13:48:12 +0200
committerTor Andersson <tor@ccxvii.net>2024-07-23 14:01:19 +0200
commit34487c1b1920c6a52108a7ed7b390d4b08728ff9 (patch)
tree112890b6ca8a60868c25e6b0ccca80e6d2ee8800 /views/info.pug
parentc52ca4b709a8752d870a9123b46cfd3764c608a7 (diff)
downloadserver-34487c1b1920c6a52108a7ed7b390d4b08728ff9.tar.gz
New join page!
* Remove explicit (and redundant) role=Observer parameter. * Remove old /play/:id redirects. * Show "private" badge on game boxes. * Forbid leave/kick in public games. * Allow "rewind" by owner in public games.
Diffstat (limited to 'views/info.pug')
-rw-r--r--views/info.pug4
1 files changed, 0 insertions, 4 deletions
diff --git a/views/info.pug b/views/info.pug
index 369cf8a..5c8346b 100644
--- a/views/info.pug
+++ b/views/info.pug
@@ -30,10 +30,6 @@ html
p
a(href="/create/"+title.title_id) Create a new game
- if ready_games.length > 0
- h2 Open (waiting to start)
- +gamelist(ready_games, true)
-
if active_games.length > 0
h2 Recently active
+gamelist(active_games, true)