diff options
Diffstat (limited to 'views/join.pug')
-rw-r--r-- | views/join.pug | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/join.pug b/views/join.pug index 101afdf..ff15624 100644 --- a/views/join.pug +++ b/views/join.pug @@ -22,7 +22,8 @@ html article h1= game.title_name - a(href="/info/"+game.title_id): img.logo(src="/"+game.title_id+"/cover.jpg") + div.logo + +gamecover(game.title_id) p if game.is_private |