From 7bbcf793bc75b44f2b20de77b7774759af60cd90 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Thu, 15 Aug 2019 22:40:20 -0500 Subject: custom filters now have an option to add or override content warnings; filter caching has been fixed --- app/views/filters/_fields.html.haml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/views') diff --git a/app/views/filters/_fields.html.haml b/app/views/filters/_fields.html.haml index 8229cb728..33c2ada31 100644 --- a/app/views/filters/_fields.html.haml +++ b/app/views/filters/_fields.html.haml @@ -22,3 +22,7 @@ = f.input :thread, wrapper: :with_label = f.input :media_only, wrapper: :with_label = f.input :exclude_media, wrapper: :with_label + +.fields-group + = f.input :custom_cw, as: :string, wrapper: :with_label + = f.input :override_cw, wrapper: :with_label -- cgit