diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-04-10 13:25:02 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-04-15 14:34:52 +0200 |
commit | b8b68ed6e4c886f47b59b404d44e433251f36606 (patch) | |
tree | fe92950d3bdd57e1a1a6b9fb79311cae5131be60 /views/index.pug | |
parent | 67529b69ff666397886fa48403d76954c8bc6f9c (diff) | |
download | server-b8b68ed6e4c886f47b59b404d44e433251f36606.tar.gz |
Add link to public games in header.
Diffstat (limited to 'views/index.pug')
-rw-r--r-- | views/index.pug | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/views/index.pug b/views/index.pug index acfcbc2..85cc130 100644 --- a/views/index.pug +++ b/views/index.pug @@ -45,6 +45,4 @@ html +gamecover(title.title_id) | #{title.title_name} - p: a(href="/games/public") List of all open and active games. - p!= process.env.SITE_INVITE |