diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-08-02 02:30:35 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-08-02 02:30:35 -0500 |
commit | 65c42e5398304273b54916cc90441ade23317d85 (patch) | |
tree | 466c63aa34c1680c49e66a3c7b0961297f1d8929 /app/views | |
parent | 3813810cac8eb138ed1819058d122503628d6cba (diff) |
filters now have options to separately match post text, content warnings/titles, & hashtags + option to filter threads containing a matching post
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/filters/_fields.html.haml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/filters/_fields.html.haml b/app/views/filters/_fields.html.haml index 84b380f13..8229cb728 100644 --- a/app/views/filters/_fields.html.haml +++ b/app/views/filters/_fields.html.haml @@ -16,5 +16,9 @@ = f.input :whole_word, wrapper: :with_label .fields-group - = f.input :exclude_media, wrapper: :with_label + = 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 = f.input :media_only, wrapper: :with_label + = f.input :exclude_media, wrapper: :with_label |