summaryrefslogtreecommitdiff
path: root/views/info.pug
diff options
context:
space:
mode:
Diffstat (limited to 'views/info.pug')
-rw-r--r--views/info.pug4
1 files changed, 4 insertions, 0 deletions
diff --git a/views/info.pug b/views/info.pug
index 86a74d0..e38091c 100644
--- a/views/info.pug
+++ b/views/info.pug
@@ -25,6 +25,10 @@ html
p
a(href="/create/"+title.title_id) Create a new game
+ if ready_games.length > 0
+ h2 Ready to start
+ +gametable(0,ready_games)
+
if active_games.length > 0
h2 Active games
+gametable(1,active_games,1)