From f76c29beee697c8861ba2d479a6f3b2214139829 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Sun, 17 Nov 2019 23:41:28 -0600 Subject: Remove unused and incompatable filter settings. These will be re-added in time as they're rewritten to use database-level filtering. --- app/views/filters/_fields.html.haml | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'app/views') diff --git a/app/views/filters/_fields.html.haml b/app/views/filters/_fields.html.haml index da0add2ea..afa72ae0c 100644 --- a/app/views/filters/_fields.html.haml +++ b/app/views/filters/_fields.html.haml @@ -6,26 +6,3 @@ .fields-group = f.input :context, wrapper: :with_block_label, collection: CustomFilter::VALID_CONTEXTS, as: :check_boxes, collection_wrapper_tag: 'ul', item_wrapper_tag: 'li', label_method: lambda { |context| I18n.t("filters.contexts.#{context}") }, include_blank: false - -%hr.spacer/ - -.fields-group - = f.input :whole_word, wrapper: :with_label - -.fields-group - = f.input :status_text, wrapper: :with_label - = f.input :spoiler, wrapper: :with_label - = f.input :tags, wrapper: :with_label - = f.input :thread, wrapper: :with_label - -.fields-group - = f.input :desc, wrapper: :with_label - = f.input :no_desc, wrapper: :with_label - -.fields-group - = 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