diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-05 14:52:56 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-05 15:08:49 +0200 |
commit | f39d772de8d75232dd2d2637124ab60e6a408fac (patch) | |
tree | 32ceab2ce94250e27099b5bccce1d087e8e2b9ae /views/contacts.pug | |
parent | 47b5c03d286eb047b62f6d03dddf7d6bc6b3978e (diff) | |
download | server-f39d772de8d75232dd2d2637124ab60e6a408fac.tar.gz |
Change some URLs to be more consistent.
Diffstat (limited to 'views/contacts.pug')
-rw-r--r-- | views/contacts.pug | 4 |
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) 📝 - a.red(href="/contact/remove/"+who.name) ❌ + a.red(href="/contacts/remove/"+who.name) ❌ 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) ❌ + a.red(href="/contacts/remove/"+who.name) ❌ else tr td Nobody |