mod catalog link to mod view threads reference #143

merge-requests/208/head
fatchan 4 years ago
parent b4d9411ab4
commit 01ea3996b1
  1. 2
      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

Loading…
Cancel
Save