From 8eb1b2f8c4565be28531a057a747cda14512f444 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 15 Apr 2022 14:34:49 +0200 Subject: Separate profile and active game list pages. Also show number of games where it is your turn in the header. Only show finished games from last week on active games page. Add separate finished games page to see all of them. # Conflicts: # views/tournament-games.pug --- views/info.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/info.pug') diff --git a/views/info.pug b/views/info.pug index 7c84dca..47367ab 100644 --- a/views/info.pug +++ b/views/info.pug @@ -6,7 +6,7 @@ html +social(title.title_name, "Play " + title.title_name + " on the web.", title.title_id) title= title.title_name if user - meta(http-equiv="refresh" content=300) + meta(http-equiv="refresh" content=600) body include header article -- cgit v1.2.3