From 01ea3996b104295ce43b36e2ae62be4f207adabc Mon Sep 17 00:00:00 2001 From: fatchan Date: Sun, 24 May 2020 12:04:19 +1000 Subject: [PATCH] mod catalog link to mod view threads reference #143 --- views/mixins/catalogtile.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/mixins/catalogtile.pug b/views/mixins/catalogtile.pug index 915fb7ad..7c038453 100644 --- a/views/mixins/catalogtile.pug +++ b/views/mixins/catalogtile.pug @@ -5,7 +5,7 @@ mixin catalogtile(board, post, index) data-date=post.date data-replies=post.replyposts data-bump=post.bumped) - - const postURL = `/${board._id}/thread/${post.postId}.html#${post.postId}` + - const postURL = `/${board._id}/${modview ? 'manage/' : ''}thread/${post.postId}.html#${post.postId}` .post-info input.left.post-check(type='checkbox', name='checkedposts' value=post.postId) if modview