Fix #3857: Add searching mod actions by message.

Also allow searching user feedbacks and bulk update requests.
This commit is contained in:
evazion
2018-08-31 19:58:05 -05:00
parent 0eff095a3e
commit bc7ead5396
3 changed files with 5 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
<%= search_field "creator_name", :label => "Creator" %>
<%= search_field "body_matches", :label => "Message" %>
<div class="input">
<label for="search_category">Category</label>
<%= select "search", "category", %w(positive negative neutral), :include_blank => true %>