From eb018fcca6110a08edecfc57938286cf0c2aa1ce Mon Sep 17 00:00:00 2001 From: ne0n <16802-ne0n@users.noreply.gitgud.io> Date: Fri, 11 Dec 2020 06:47:56 -0800 Subject: [PATCH 1/2] Same for local board settings --- views/pages/managesettings.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/pages/managesettings.pug b/views/pages/managesettings.pug index ebcfc5b7..45bad720 100644 --- a/views/pages/managesettings.pug +++ b/views/pages/managesettings.pug @@ -265,7 +265,7 @@ block content include ../includes/2charisocountries.pug .row .label Filters - textarea(name='filters' placeholder='Newline separated, max 50') #{board.settings.filters.join('\n')} + textarea(name='filters' placeholder='Newline separated') #{board.settings.filters.join('\n')} .row .label Strict Filtering label.postform-style.ph-5 From a3ef56cbc0ee380c8275bdbfd519a0325d7f11a5 Mon Sep 17 00:00:00 2001 From: ne0n <16802-ne0n@users.noreply.gitgud.io> Date: Sat, 12 Dec 2020 02:10:41 -0800 Subject: [PATCH 2/2] Fix typo --- views/pages/account.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/pages/account.pug b/views/pages/account.pug index a1207800..e4232c78 100644 --- a/views/pages/account.pug +++ b/views/pages/account.pug @@ -66,7 +66,7 @@ block content | , a(href=`/${b}/manage/banners.html`) Banners | , - a(href=`/${b}/manage/custompages.html`) Custom PAges + a(href=`/${b}/manage/custompages.html`) Custom Pages else p None hr(size=1)