add status option for pool search

This commit is contained in:
r888888888
2017-09-14 11:17:40 -07:00
parent c83a76ccce
commit a8d04c91d1

View File

@@ -28,6 +28,15 @@
</td>
</tr>
<tr>
<th><label for="search_is_active">Status</th>
<td>
<div class="input">
<%= select "search", "is_active", ["", ["Active", "true"], ["Inactive", "false"]], :selected => params[:search][:is_active] %>
</div>
</td>
</tr>
<% if path != gallery_pools_path %>
<tr>
<th><label for="search_category">Category</th>