diff options
Diffstat (limited to 'views/games_active.pug')
-rw-r--r-- | views/games_active.pug | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/games_active.pug b/views/games_active.pug index 66ee86c..9e4b909 100644 --- a/views/games_active.pug +++ b/views/games_active.pug @@ -18,6 +18,9 @@ html h2 Open +gamelist(open_games) + p + a(href="/create") Create a new game + if active_games.length > 0 h2 Active +gamelist(active_games) |