diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-11-17 23:41:28 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-11-18 02:19:09 -0600 |
commit | f76c29beee697c8861ba2d479a6f3b2214139829 (patch) | |
tree | 84a8dc37d2e2526f34ce60667010fb97b0b6f722 /app/views | |
parent | 82f2e265f107c3236fb2e03321d866deba4810c7 (diff) |
Remove unused and incompatable filter settings. These will be re-added in time as they're rewritten to use database-level filtering.
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/filters/_fields.html.haml | 23 |
1 files changed, 0 insertions, 23 deletions
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 |