summaryrefslogtreecommitdiff
path: root/views/games_public.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-06-13 18:07:04 +0200
committerTor Andersson <tor@ccxvii.net>2022-06-14 16:49:10 +0200
commit21bcebd491d0fa4393bb4f2263af446aa67bfedd (patch)
tree6e9138fdd74c9b7bb58736d8545ece3de9202c78 /views/games_public.pug
parent072766b71f9441fdd2796b8dd1137b90acd5a561 (diff)
downloadserver-21bcebd491d0fa4393bb4f2263af446aa67bfedd.tar.gz
Sort your turn games before others in personal ready and active lists.
Diffstat (limited to 'views/games_public.pug')
-rw-r--r--views/games_public.pug4
1 files changed, 1 insertions, 3 deletions
diff --git a/views/games_public.pug b/views/games_public.pug
index 9c56402..44b250d 100644
--- a/views/games_public.pug
+++ b/views/games_public.pug
@@ -25,8 +25,6 @@ html
h2 Ready to start
+gamelist(ready_games)
- h2 Active
if active_games.length > 0
+ h2 Active
+gamelist(active_games)
- else
- p No open games.