From 34487c1b1920c6a52108a7ed7b390d4b08728ff9 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 23 Jul 2024 13:48:12 +0200 Subject: 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. --- views/info.pug | 4 ---- 1 file changed, 4 deletions(-) (limited to 'views/info.pug') 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) -- cgit v1.2.3