summaryrefslogtreecommitdiff
path: root/views/games_active.pug
diff options
context:
space:
mode:
Diffstat (limited to 'views/games_active.pug')
-rw-r--r--views/games_active.pug7
1 files changed, 4 insertions, 3 deletions
diff --git a/views/games_active.pug b/views/games_active.pug
index 768a92d..342c673 100644
--- a/views/games_active.pug
+++ b/views/games_active.pug
@@ -3,13 +3,13 @@ doctype html
html
head
include head
- title= title
+ title= SITE_NAME
if active_games.length > 0
meta(http-equiv="refresh" content=300)
body
include header
article
- h1= title
+ h1 Your games
if ready_games.length > 0
h2 Ready to start
@@ -23,11 +23,12 @@ html
h2 Active
+gametable(1,active_games)
+
if finished_games.length > 0
h2 Recently finished
+gametable(2,finished_games)
- p <a href="/games/finished">All finished games</a>
+ p <a href="/games/finished">All your finished games</a>
if open_games.length === 0 && ready_games.length === 0 && active_games.length === 0 && finished_games.length === 0
p Nothing here.