add blank category option

This commit is contained in:
Toks
2013-05-11 20:59:48 -04:00
parent cc17c9ce55
commit 7b1e5f6d9a

View File

@@ -9,7 +9,7 @@
<%= search_field "creator_name", :label => "Creator" %>
<label for="search_category">Category</label>
<%= select "search", "category", %w(positive negative neutral) %>
<%= select "search", "category", %w(positive negative neutral), :include_blank => true %>
</div>
<div class="input">