From 026745e2455bca354f6cc75d954b86f919351f5d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 31 Oct 2024 10:58:11 +0100 Subject: don't line-wrap active tournament status column --- views/head.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views') diff --git a/views/head.pug b/views/head.pug index d9da995..c3689c0 100644 --- a/views/head.pug +++ b/views/head.pug @@ -171,7 +171,7 @@ mixin poollist(list, title, icon) tbody each pool in list tr - td.w + td a(href="/tm/pool/" + pool.pool_name)= pool.pool_name if pool.is_finished if pool.status @@ -179,7 +179,7 @@ mixin poollist(list, title, icon) else td Nobody else - td= pool.status + td.w= pool.status mixin tourlist(seeds, pools, fin) if (seeds && seeds.length > 0) || (pools && pools.length > 0) || (fin && fin.length > 0) -- cgit v1.2.3