summaryrefslogtreecommitdiff
path: root/views/profile.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-09-16 12:57:24 +0200
committerTor Andersson <tor@ccxvii.net>2023-09-18 21:16:47 +0200
commitef765ba9e8e6129159e88fba044a4f2a7a4c4f56 (patch)
tree117464624c7d5cab79d41a8c42fa5ab3c571c729 /views/profile.pug
parentd7ae1e694112d6a4bfc9d528aa738fb04946a0b3 (diff)
downloadserver-ef765ba9e8e6129159e88fba044a4f2a7a4c4f56.tar.gz
Show warning badge for unverified mail on profile page.
Diffstat (limited to 'views/profile.pug')
-rw-r--r--views/profile.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/profile.pug b/views/profile.pug
index d884f8f..2437eb2 100644
--- a/views/profile.pug
+++ b/views/profile.pug
@@ -14,7 +14,7 @@ html
if ENABLE_MAIL
if !user.is_verified
- p <a href="/verify-mail">Verify your mail address</a>
+ p &#x26a0; <a href="/verify-mail">Verify your mail address</a>
if user.notify
p <a href="/unsubscribe">Disable mail notifications</a>