summaryrefslogtreecommitdiff
path: root/views/contacts.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-05 14:52:56 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-05 15:08:49 +0200
commitf39d772de8d75232dd2d2637124ab60e6a408fac (patch)
tree32ceab2ce94250e27099b5bccce1d087e8e2b9ae /views/contacts.pug
parent47b5c03d286eb047b62f6d03dddf7d6bc6b3978e (diff)
downloadserver-f39d772de8d75232dd2d2637124ab60e6a408fac.tar.gz
Change some URLs to be more consistent.
Diffstat (limited to 'views/contacts.pug')
-rw-r--r--views/contacts.pug4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/contacts.pug b/views/contacts.pug
index 78f1f5b..64d39d0 100644
--- a/views/contacts.pug
+++ b/views/contacts.pug
@@ -29,7 +29,7 @@ html
td= who.atime
td.r
a.blue(href="/message/send/"+who.name) &#x1f4dd;
- a.red(href="/contact/remove/"+who.name) &#x274c;
+ a.red(href="/contacts/remove/"+who.name) &#x274c;
else
tr
td Nobody
@@ -48,7 +48,7 @@ html
td
a.black(href="/user/"+who.name)= who.name
td.r
- a.red(href="/contact/remove/"+who.name) &#x274c;
+ a.red(href="/contacts/remove/"+who.name) &#x274c;
else
tr
td Nobody