diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-12-01 17:17:22 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-12-01 18:05:17 +0100 |
commit | c31a0939759c5518dd3dfa10c41a14ee0eb534eb (patch) | |
tree | 64890cd6bbd4c49ecf80bf41a40d5ace66e8e6d2 /views/join.pug | |
parent | 75f3f12753457470f2f4f75b4f7aa783975e8f4f (diff) | |
download | server-c31a0939759c5518dd3dfa10c41a14ee0eb534eb.tar.gz |
Reformat SQL schema for readability.
Diffstat (limited to 'views/join.pug')
-rw-r--r-- | views/join.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/join.pug b/views/join.pug index be95075..8a04ad6 100644 --- a/views/join.pug +++ b/views/join.pug @@ -29,7 +29,7 @@ html a(href="/info/"+game.title_id): img.logo(src="/"+game.title_id+"/cover.jpg") p - if game.private + if game.is_private | Owner: #{game.owner_name} (private) else | Owner: #{game.owner_name} |