dunno why i fucked that up

jschan
Thomas Lynch 3 years ago
parent 3cf216450e
commit 7427b7ab56
  1. 6
      views/pages/thread.pug

@ -31,11 +31,11 @@ block head
block content
+boardheader(modview ? 'Mod View' : null)
br
if thread.replyposts >= replyLimit && !thread.cyclic && !modview
if thread.replyposts >= board.settings.replyLimit && !thread.cyclic && !modview
p.title.text-center ⊖ Thread has reached reply limit.
else
include ../includes/postform.pug
br
else
p.title.text-center ⊖ Thread has reached reply limit.
include ../includes/announcements.pug
include ../includes/stickynav.pug
if modview

Loading…
Cancel
Save