Skip to content

Commit

Permalink
Fix column header order to match column order.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashercodeorg committed Aug 11, 2017
1 parent 5e2458c commit 541b485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/app/views/admin_search/find_students.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
= paginate @users
%table.users
%tr
- ['ID', 'Name', 'Email', 'Deleted At', 'Provider', 'Undelete'].each do |field|
- ['ID', 'Name', 'Email', 'Provider', 'Deleted At', 'Undelete'].each do |field|
%th
%span= field
- @users.each do |user|
Expand Down

0 comments on commit 541b485

Please sign in to comment.