summaryrefslogtreecommitdiff
path: root/views/tm_list.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-02-22 12:55:52 +0100
committerTor Andersson <tor@ccxvii.net>2025-02-23 12:56:27 +0100
commit5f9ad32adc6594a70b02e40b404d5bc6bf64f448 (patch)
tree46848ab97ba9bbe94223463810a00d4728ef2113 /views/tm_list.pug
parent20e858c53f8ccf939df717386a5e69fca55a6b78 (diff)
downloadserver-5f9ad32adc6594a70b02e40b404d5bc6bf64f448.tar.gz
Don't show all the active pools on the tournament index page.
Diffstat (limited to 'views/tm_list.pug')
-rw-r--r--views/tm_list.pug4
1 files changed, 0 insertions, 4 deletions
diff --git a/views/tm_list.pug b/views/tm_list.pug
index bc7fd83..f5efa26 100644
--- a/views/tm_list.pug
+++ b/views/tm_list.pug
@@ -12,7 +12,3 @@ html
p See <a href="/docs/tournaments.html">tournament information</a>.
+seedlist(seeds, "Mini Cup")
-
- h2 Active
- each pools, seed_name in pools_by_seed
- +poollist(pools, `<a href="/tm/seed/${seed_name}">${seed_name}</a>`)