diff options
Diffstat (limited to 'views/games_active.pug')
-rw-r--r-- | views/games_active.pug | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/games_active.pug b/views/games_active.pug index 342c673..49d20d8 100644 --- a/views/games_active.pug +++ b/views/games_active.pug @@ -19,6 +19,10 @@ html h2 Open +gametable(0,open_games) + if replacement_games.length > 0 + h2 Need replacement + +gametable(0, replacement_games) + if active_games.length > 0 h2 Active +gametable(1,active_games) |