From f5ea88328ef1b4dabd5f58b4c78ad4e175c96765 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 11 Sep 2023 15:21:24 +0200 Subject: Add user links to join page. --- 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 62840f9..78f1f5b 100644 --- a/views/contacts.pug +++ b/views/contacts.pug @@ -25,7 +25,7 @@ html each who in friends tr td - a(href="/user/"+who.name)= who.name + a.black(href="/user/"+who.name)= who.name td= who.atime td.r a.blue(href="/message/send/"+who.name) 📝 @@ -46,7 +46,7 @@ html each who in enemies tr td - a(href="/user/"+who.name)= who.name + a.black(href="/user/"+who.name)= who.name td.r a.red(href="/contact/remove/"+who.name) ❌ else -- cgit v1.2.3