added sort for users list

This commit is contained in:
Mark Moser
2017-03-06 13:35:45 -06:00
parent b6284fdd7e
commit 8d36acd28e
3 changed files with 32 additions and 8 deletions

View File

@ -1,8 +1,8 @@
<table cellspacing="0" cellpadding="0">
<tr>
<th>User</th>
<th>Email</th>
<th>Role</th>
<th><%= sortable "name", "User" %></th>
<th><%= sortable "email" %></th>
<th><%= sortable "role" %></th>
<th></th>
</tr>