add sticky level to title property of posticon

indiachan-spamvector
Thomas Lynch 2 years ago
parent e48c5af8dc
commit 6177b94d8c
  1. 2
      views/includes/posticons.pug

@ -1,7 +1,7 @@
if post.sticky || post.bumplocked || post.locked || post.cyclic
span.post-icons
if post.sticky
img(src='/file/sticky.png' height='14' width='14' title='Sticky')
img(src='/file/sticky.png' height='14' width='14' title=`Sticky (${post.sticky})`)
|
if post.bumplocked
img(src='/file/bumplock.png' height='14' width='14' title='Bumplocked')

Loading…
Cancel
Save