summaryrefslogtreecommitdiff
path: root/views/info.pug
diff options
context:
space:
mode:
Diffstat (limited to 'views/info.pug')
-rw-r--r--views/info.pug2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/info.pug b/views/info.pug
index 3e80fb1..2ffd8f0 100644
--- a/views/info.pug
+++ b/views/info.pug
@@ -28,6 +28,8 @@ html
p
a(href="/create/"+title.title_id) Create a new game
+ +tourlist(seeds, active_pools, finished_pools)
+
if active_games.length > 0
h2 Recently active
+gamelist(active_games, true)