summaryrefslogtreecommitdiff
path: root/views/games_public.pug
diff options
context:
space:
mode:
Diffstat (limited to 'views/games_public.pug')
-rw-r--r--views/games_public.pug3
1 files changed, 3 insertions, 0 deletions
diff --git a/views/games_public.pug b/views/games_public.pug
index a3b1407..e1a5387 100644
--- a/views/games_public.pug
+++ b/views/games_public.pug
@@ -21,6 +21,9 @@ html
else
p No open games.
+ p
+ a(href="/create") Create a new game
+
if replacement_games.length > 0
h2 Need replacement
+gamelist(replacement_games)