summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-02-22 12:55:52 +0100
committerTor Andersson <tor@ccxvii.net>2025-02-22 12:55:56 +0100
commit62ef50b1e0a8fe00e5c3de20e1bdb6ba88f92818 (patch)
tree0fc5fc096e02230358b640d6849703797c76ee09 /views
parent896708492fcf269f925850d874acd72cb6a25c55 (diff)
downloadserver-62ef50b1e0a8fe00e5c3de20e1bdb6ba88f92818.tar.gz
Don't show all the active pools on the tournament index page.
Diffstat (limited to 'views')
-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>`)