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