diff options
Diffstat (limited to 'views/contacts.pug')
-rw-r--r-- | views/contacts.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/contacts.pug b/views/contacts.pug index a3ca8d0..e3c8067 100644 --- a/views/contacts.pug +++ b/views/contacts.pug @@ -25,7 +25,7 @@ html tr td a.black(href="/user/"+who.name)= who.name - td.w= who.atime + td.w= human_date(who.atime) td.w.r a.blue(href="/message/send/"+who.name) 📝 a.red(href="/contacts/remove/"+who.name) ❌ |