diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-02-22 12:55:52 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-02-22 12:55:56 +0100 |
commit | 62ef50b1e0a8fe00e5c3de20e1bdb6ba88f92818 (patch) | |
tree | 0fc5fc096e02230358b640d6849703797c76ee09 /views | |
parent | 896708492fcf269f925850d874acd72cb6a25c55 (diff) | |
download | server-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.pug | 4 |
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>`) |