diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-09-16 12:57:24 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-09-18 21:16:47 +0200 |
commit | ef765ba9e8e6129159e88fba044a4f2a7a4c4f56 (patch) | |
tree | 117464624c7d5cab79d41a8c42fa5ab3c571c729 /views | |
parent | d7ae1e694112d6a4bfc9d528aa738fb04946a0b3 (diff) | |
download | server-ef765ba9e8e6129159e88fba044a4f2a7a4c4f56.tar.gz |
Show warning badge for unverified mail on profile page.
Diffstat (limited to 'views')
-rw-r--r-- | views/profile.pug | 2 |
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 ⚠ <a href="/verify-mail">Verify your mail address</a> if user.notify p <a href="/unsubscribe">Disable mail notifications</a> |