summaryrefslogtreecommitdiff
path: root/views/profile.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-04-10 13:25:02 +0200
committerTor Andersson <tor@ccxvii.net>2022-04-15 14:34:52 +0200
commitb8b68ed6e4c886f47b59b404d44e433251f36606 (patch)
treefe92950d3bdd57e1a1a6b9fb79311cae5131be60 /views/profile.pug
parent67529b69ff666397886fa48403d76954c8bc6f9c (diff)
downloadserver-b8b68ed6e4c886f47b59b404d44e433251f36606.tar.gz
Add link to public games in header.
Diffstat (limited to 'views/profile.pug')
-rw-r--r--views/profile.pug25
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
- | &#xbb; <a href="/unsubscribe">Disable mail notifications</a>
+ p <a href="/unsubscribe">Disable mail notifications</a>
else
- | &#xbb; <a href="/subscribe">Enable mail notifications</a>
- br
- | &#xbb;
- | 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
- | &#xbb; <a href="/chat">Chat log</a>
- br
- | &#xbb; <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>