From f39d772de8d75232dd2d2637124ab60e6a408fac Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 5 Oct 2023 14:52:56 +0200 Subject: Change some URLs to be more consistent. --- views/contacts.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/contacts.pug') 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 -- cgit v1.2.3