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/profile.pug | |
parent | 67529b69ff666397886fa48403d76954c8bc6f9c (diff) | |
download | server-b8b68ed6e4c886f47b59b404d44e433251f36606.tar.gz |
Add link to public games in header.
Diffstat (limited to 'views/profile.pug')
-rw-r--r-- | views/profile.pug | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/views/profile.pug b/views/profile.pug index fc9b36b..ca6295c 100644 --- a/views/profile.pug +++ b/views/profile.pug @@ -14,19 +14,16 @@ html p Your mail address is #{user.mail} br(clear="left") - p if user.notify - | » <a href="/unsubscribe">Disable mail notifications</a> + p <a href="/unsubscribe">Disable mail notifications</a> else - | » <a href="/subscribe">Enable mail notifications</a> - br - | » - | Change - | <a href="/change-password">password</a>, - | <a href="/change-mail">mail address</a>, - | <a href="/change-name">name</a>, - | or <a href="/change-about">profile text</a>. - br - | » <a href="/chat">Chat log</a> - br - | » <a href="/logout">Logout</a> + p <a href="/subscribe">Enable mail notifications</a> + + p <a href="/change-password">Change password</a> + p <a href="/change-mail">Change mail address</a> + p <a href="/change-name">Change user name</a> + p <a href="/change-about">Change profile text</a> + + p <a href="/chat">Chat log</a> + + p <a href="/logout">Logout</a> |