summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/forum_view.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/forum_view.pug b/views/forum_view.pug
index 0b9078c..8afd1e4 100644
--- a/views/forum_view.pug
+++ b/views/forum_view.pug
@@ -20,7 +20,7 @@ html
each row in threads
tr
td: a(href="/forum/thread/"+row.thread_id)= row.subject
- td: a(href="/forum/thread/"+row.author_name)= row.author_name
+ td: a(href="/user/"+row.author_name)= row.author_name
td= row.replies
td= row.mtime
tfoot: tr: td(colspan=4)