revert tag search hide empty to select
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
<th><label for="search_hide_empty">Hide Empty</label></th>
|
<th><label for="search_hide_empty">Hide Empty</label></th>
|
||||||
<td>
|
<td>
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<%= check_box "search", "hide_empty", {:checked => true}, "yes", "no" %>
|
<%= select "search", "hide_empty", ["yes", "no"] %>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user