summaryrefslogtreecommitdiff
path: root/views/info.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-10-13 12:48:48 +0200
committerTor Andersson <tor@ccxvii.net>2024-10-13 18:49:00 +0200
commit4d7bdc955a2e6dd2c222f985c7fbc9b4febbccc4 (patch)
treea344e7c011b07e83ab0abf57e1aa043a9a81dff2 /views/info.pug
parent88d909a874499f9d3d18e76ff30c1155caa2e48e (diff)
downloadserver-4d7bdc955a2e6dd2c222f985c7fbc9b4febbccc4.tar.gz
Tournaments!
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)