catalog tile remove no subject text

merge-requests/208/head
fatchan 5 years ago
parent 4c2176b1df
commit d1292ec60f
  1. 2
      views/mixins/catalogtile.pug

@ -12,7 +12,7 @@ mixin catalogtile(board, post, truncate)
img(src='/img/locked.svg' height='12')
|
span
a.no-decoration.post-subject(href=postURL) #{post.subject || 'No Subject #'+post.postId}
a.no-decoration.post-subject(href=postURL) #{post.subject || '#'+post.postId}
| -
| R: #{post.replyposts}
| /

Loading…
Cancel
Save