File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/views/paginable/users Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 < table class ="table table-hover table-bordered ">
66 < thead >
77 < tr >
8- < th scope ="col "> <%= _ ( 'Name' ) %> <%= paginable_sort_link ( 'firstname' ) %> </ th >
9- < th scope ="col "> <%= _ ( 'Email' ) %> <%= paginable_sort_link ( 'email' ) %> </ th >
8+ < th scope ="col "> <%= _ ( 'Name' ) %> <%= paginable_sort_link ( 'users. firstname' ) %> </ th >
9+ < th scope ="col "> <%= _ ( 'Email' ) %> <%= paginable_sort_link ( 'users. email' ) %> </ th >
1010 < th scope ="col "> <%= _ ( 'Organisation' ) %> <%= paginable_sort_link ( 'orgs.name' ) %> </ th >
11- < th scope ="col " class ="text-center date-column "> <%= _ ( 'Created date' ) %> <%= paginable_sort_link ( 'created_at' ) %> </ th >
12- < th scope ="col " class ="text-center date-column "> <%= _ ( 'Last activity' ) %> <%= paginable_sort_link ( 'last_sign_in_at' ) %> </ th >
11+ < th scope ="col " class ="text-center date-column "> <%= _ ( 'Created date' ) %> <%= paginable_sort_link ( 'users. created_at' ) %> </ th >
12+ < th scope ="col " class ="text-center date-column "> <%= _ ( 'Last activity' ) %> <%= paginable_sort_link ( 'users. last_sign_in_at' ) %> </ th >
1313 < th scope ="col " class ="text-center sorter-false "> <%= _ ( 'Plans' ) %> </ th >
1414 < th scope ="col " class ="text-center sorter-false "> <%= _ ( 'Current Privileges' ) %> </ th >
1515 < th scope ="col " class ="text-center "> <%= _ ( 'Active' ) %> </ th >
You can’t perform that action at this time.
0 commit comments