From 3682e456846d14f827a2f736e08b93aba0076540 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 5 Nov 2024 21:54:37 +0100 Subject: Improve tournament sorting order. --- views/head.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/head.pug') diff --git a/views/head.pug b/views/head.pug index c3689c0..3792429 100644 --- a/views/head.pug +++ b/views/head.pug @@ -166,7 +166,7 @@ mixin poollist(list, title, icon) if title thead tr - th= title + th!= title td= icon tbody each pool in list -- cgit v1.2.3