minor change, remove fragment from url on view full thread so it doesnt select the OP post and to differentiate it from the 'message too long' text

merge-requests/208/head
fatchan 4 years ago
parent e3ba832b7e
commit 5dab8da6ae
  1. 2
      views/mixins/post.pug

@ -107,7 +107,7 @@ mixin post(post, truncate, manage=false, globalmanage=false, ban=false)
- const omfi = post.omittedfiles;
| #{ompo} repl#{ompo > 1 ? 'ies' : 'y'}
| #{omfi > 0 ? ` and ${omfi} image${omfi > 1 ? 's' : ''}` : ''} omitted.
| #[a(href=`${postURL}#${post.postId}`) View the full thread]
| #[a(href=postURL) View the full thread]
if post.previewbacklinks != null
if post.previewbacklinks.length > 0
div.replies.mt-5.ml-5 Replies:

Loading…
Cancel
Save