revert tag search hide empty to select

This commit is contained in:
Toks
2013-04-25 12:20:39 -04:00
parent 0da9a85219
commit 5692b3eb4f

View File

@@ -33,7 +33,7 @@
<th><label for="search_hide_empty">Hide Empty</label></th>
<td>
<div class="input">
<%= check_box "search", "hide_empty", {:checked => true}, "yes", "no" %>
<%= select "search", "hide_empty", ["yes", "no"] %>
</div>
</td>
</tr>