diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-05 21:54:37 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-05 21:54:37 +0100 |
commit | 3682e456846d14f827a2f736e08b93aba0076540 (patch) | |
tree | ff598ed6abc3a5e0e24c184fedd2c950d94247c6 /views/head.pug | |
parent | 7986145f941bfb5a898c91eb175e3a740d663ea0 (diff) | |
download | server-3682e456846d14f827a2f736e08b93aba0076540.tar.gz |
Improve tournament sorting order.
Diffstat (limited to 'views/head.pug')
-rw-r--r-- | views/head.pug | 2 |
1 files changed, 1 insertions, 1 deletions
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 |