Merge branch 'new-dev' of ssh.gitgud.io:fatchan/jschan into new-dev

jschan
Thomas Lynch 3 years ago
commit 0561adf940
  1. 6
      views/pages/thread.pug

@ -31,11 +31,11 @@ block head
block content block content
+boardheader(modview ? 'Mod View' : null) +boardheader(modview ? 'Mod View' : null)
br 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 include ../includes/postform.pug
br br
else
p.title.text-center ⊖ Thread has reached reply limit.
include ../includes/announcements.pug include ../includes/announcements.pug
include ../includes/stickynav.pug include ../includes/stickynav.pug
if modview if modview

Loading…
Cancel
Save