summaryrefslogtreecommitdiff
path: root/views/info.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-04-15 14:34:49 +0200
committerTor Andersson <tor@ccxvii.net>2022-04-15 14:34:49 +0200
commit8eb1b2f8c4565be28531a057a747cda14512f444 (patch)
tree7fd4cb45adbc35fb3214284791ce6b646f324e83 /views/info.pug
parentdadc4ca510d5e45e270faa04775f377d8ff40412 (diff)
downloadserver-8eb1b2f8c4565be28531a057a747cda14512f444.tar.gz
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
Diffstat (limited to 'views/info.pug')
-rw-r--r--views/info.pug2
1 files changed, 1 insertions, 1 deletions
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