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/forum_search.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/forum_search.pug') diff --git a/views/forum_search.pug b/views/forum_search.pug index 1301b76..f7d1b42 100644 --- a/views/forum_search.pug +++ b/views/forum_search.pug @@ -18,8 +18,8 @@ html tobdy each row in results tr - td: a(href="/user/"+row.author)= row.author - td: a(href="/forum/thread/"+row.thread_id+"#"+row.post_id)= row.subject + td: a.black(href="/user/"+row.author)= row.author + td: a.black(href="/forum/thread/"+row.thread_id+"#"+row.post_id)= row.subject td= row.snippet if user -- cgit v1.2.3