From 75566438c2ba942abf3849b724e318cfa050f1ad Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 22 Dec 2023 17:32:02 +0100 Subject: Move more player/game info stuff into SQL. Update invite_count with triggers. Add games.is_ready generated column. Add games.is_opposed generated column. Add player_view with is_active column. --- views/join.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/join.pug') diff --git a/views/join.pug b/views/join.pug index 2fc9287..37c245b 100644 --- a/views/join.pug +++ b/views/join.pug @@ -57,7 +57,7 @@ html if game.status > 1 p Finished #{game.mtime}. else if game.status > 0 - p Last changed #{game.mtime}. + p Last move #{game.mtime}. unless game.human_options === "None" p Options: #{game.human_options}. -- cgit v1.2.3