diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-04-05 19:36:37 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-04-18 10:06:13 +0200 |
commit | e31c35899acf1c7e18ca54cf70ce3c06ef6a2d9f (patch) | |
tree | d1c2afef75c835c868d0bd3dac64f61c114c4920 /views/profile.pug | |
parent | 84bcee3d2b695e8fc6158c264ca1774d4f546fef (diff) | |
download | server-e31c35899acf1c7e18ca54cf70ce3c06ef6a2d9f.tar.gz |
Remove chat log pages.
The unread chat badge in the game lists should be enough.
Diffstat (limited to 'views/profile.pug')
-rw-r--r-- | views/profile.pug | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/views/profile.pug b/views/profile.pug index 99c8f16..63d3018 100644 --- a/views/profile.pug +++ b/views/profile.pug @@ -39,8 +39,6 @@ html dt <a href="/webhook">Configure webhook</a> dd= new URL(user.webhook.url).hostname - p <a href="/chat">Chat log</a> - p form(action="/logout" method="post") button(type="submit") Logout |