From b8b68ed6e4c886f47b59b404d44e433251f36606 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 10 Apr 2022 13:25:02 +0200 Subject: Add link to public games in header. --- views/games_active.pug | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'views/games_active.pug') 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 All finished games + p All your finished games if open_games.length === 0 && ready_games.length === 0 && active_games.length === 0 && finished_games.length === 0 p Nothing here. -- cgit v1.2.3