Door log filtering, user case-insensitive and status-insensitive sorting, new user scope

Presumably changed by meznak or blhack, not myself
This commit is contained in:
2016-09-12 20:56:31 -07:00
parent 96a748ba0b
commit 6957ab7ac1
4 changed files with 13 additions and 10 deletions

View File

@@ -36,7 +36,7 @@
<div class="users">
<%= render @users.sort_by{|u| [-u.member_status, u.name] } %>
<%= render @users %>
</div>
<% if current_user.orientation.blank? then %>