From 62ef50b1e0a8fe00e5c3de20e1bdb6ba88f92818 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 22 Feb 2025 12:55:52 +0100 Subject: Don't show all the active pools on the tournament index page. --- views/tm_list.pug | 4 ---- 1 file changed, 4 deletions(-) (limited to 'views') 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 tournament information. +seedlist(seeds, "Mini Cup") - - h2 Active - each pools, seed_name in pools_by_seed - +poollist(pools, `${seed_name}`) -- cgit v1.2.3