about summary refs log tree commit diff
path: root/app/views/filters/_fields.html.haml
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-10-09 19:42:51 -0500
committermultiple creatures <dev@multiple-creature.party>2019-10-09 19:42:51 -0500
commit999ac0672355fe7aa6f57563097a173ed20b99d9 (patch)
treec929634fd5bcf722c1c80981213600ad89ad401f /app/views/filters/_fields.html.haml
parentce6a7055159a169ca38162eb2e38825f9331c8d9 (diff)
custom filters can now match media descriptions
Diffstat (limited to 'app/views/filters/_fields.html.haml')
-rw-r--r--app/views/filters/_fields.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/filters/_fields.html.haml b/app/views/filters/_fields.html.haml
index 27561c466..6389e11b1 100644
--- a/app/views/filters/_fields.html.haml
+++ b/app/views/filters/_fields.html.haml
@@ -16,6 +16,7 @@
   = f.input :status_text, wrapper: :with_label
   = f.input :spoiler, wrapper: :with_label
   = f.input :tags, wrapper: :with_label
+  = f.input :desc, wrapper: :with_label
   = f.input :thread, wrapper: :with_label
   = f.input :media_only, wrapper: :with_label
   = f.input :exclude_media, wrapper: :with_label