add pool category search option
This commit is contained in:
@@ -28,6 +28,15 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</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>
|
<tr>
|
||||||
<th><label for="search_sort">Order</th>
|
<th><label for="search_sort">Order</th>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Reference in New Issue
Block a user