This commit is contained in:
albert
2013-03-08 16:52:24 -05:00
parent 2b5a44a4fa
commit 3b87a383b2
2 changed files with 22 additions and 0 deletions

View File

@@ -13,6 +13,11 @@
<%= select("search", "min_level", [""] + User.level_hash.to_a) %>
</div>
<div class="input">
<label for="search_order">Order</label>
<%= select("search", "order", [["Join date", "date"], ["Name", "name"], ["Upload count", "post_upload_count"], ["Note count", "note_count"], ["Post update count", "post_update_count"]]) %>
</div>
<%= submit_tag "Search" %>
<% end %>
</div>