fix bottom reply when thread reaches reply limit

indiachan-spamvector
l29utp0 2 years ago
parent 7cd60288a4
commit 89054de829
  1. 5
      views/pages/thread.pug

@ -53,7 +53,10 @@ block content
for post in thread.replies
- uids && post.userId && uids.add(post.userId)
+post(post)
a.bottom-reply.no-decoration.post-button(href='#postform') [New Reply]
if thread.replyposts >= board.settings.replyLimit && !thread.cyclic && !modview
p.title.text-center ⊖ Thread has reached reply limit.
else
a.bottom-reply.no-decoration.post-button(href='#postform') [New Reply]
hr(size=1)
.wrapbar
if modview

Loading…
Cancel
Save