add pool category search option

This commit is contained in:
Toks
2013-05-18 12:32:50 -04:00
parent 633bc8cb31
commit b126e083ef

View File

@@ -28,6 +28,15 @@
</td>
</tr>
<tr>
<th><label for="search_category">Category</th>
<td>
<div class="input">
<%= select "search", "category", [["Series", "series"], ["Collection", "collection"]], :selected => params[:search][:category] %>
</div>
</td>
</tr>
<tr>
<th><label for="search_sort">Order</th>
<td>