summaryrefslogtreecommitdiff
path: root/views/forum_thread.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-07-23 13:27:45 +0200
committerTor Andersson <tor@ccxvii.net>2024-07-23 13:47:44 +0200
commit4ef9dd7d665248e308024e75c0921aabe646d07a (patch)
tree9e515f60c0a34293a7928445b93ebcf0d686e54a /views/forum_thread.pug
parentdceb43dd125d4dd53056f0c8b398451e181b5cd5 (diff)
downloadserver-4ef9dd7d665248e308024e75c0921aabe646d07a.tar.gz
rename some api links
Diffstat (limited to 'views/forum_thread.pug')
-rw-r--r--views/forum_thread.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/forum_thread.pug b/views/forum_thread.pug
index be3f0f4..797a629 100644
--- a/views/forum_thread.pug
+++ b/views/forum_thread.pug
@@ -16,4 +16,4 @@ html
if posts.length > 0
p: a(href="/forum/reply/"+posts[0].post_id) Reply
if user.user_id === 1
- p: a(href="/admin/delete-thread/"+thread.thread_id) DELETE THREAD
+ p: a(href="/forum/delete-thread/"+thread.thread_id) DELETE THREAD