diff options
Diffstat (limited to 'views/tm_list.pug')
-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>`) |