From 7427b7ab56cd97942ace6b186707f8f207e77b0e Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Tue, 22 Jun 2021 00:09:10 +1000 Subject: [PATCH] dunno why i fucked that up --- views/pages/thread.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/pages/thread.pug b/views/pages/thread.pug index 81ec3ce6..d7b40302 100644 --- a/views/pages/thread.pug +++ b/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