summaryrefslogtreecommitdiff
path: root/views/user.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-04-06 11:51:08 +0200
committerTor Andersson <tor@ccxvii.net>2023-04-18 10:06:13 +0200
commit710b68aa2bcb9e2f552ab61e0e842f46501d75db (patch)
tree14ad9ef777a8985643cac151af078cce8d1141c6 /views/user.pug
parent7bdd3abc3ddff42ee1640c8757509dc5d36d604e (diff)
downloadserver-710b68aa2bcb9e2f552ab61e0e842f46501d75db.tar.gz
Some cleanups.
Clean up stats page. Remove user list page. Remove duplicate remove contact page. Fix silly bug. oops!
Diffstat (limited to 'views/user.pug')
-rw-r--r--views/user.pug4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/user.pug b/views/user.pug
index 545d1ab..c11f865 100644
--- a/views/user.pug
+++ b/views/user.pug
@@ -31,9 +31,9 @@ html
a(href="/message/send/"+who.name) Send message
br
if relation > 0
- a(href="/contact/remove-user/"+who.name) Remove from friends
+ a(href="/contact/remove/"+who.name) Remove from friends
else if relation < 0
- a(href="/contact/remove-user/"+who.name) Remove from blacklist
+ a(href="/contact/remove/"+who.name) Remove from blacklist
else
a(href="/contact/add-friend/"+who.name) Add to friends
br