diff --git a/app/views/admin/users/index.html.haml b/app/views/admin/users/index.html.haml
index eb26d644..14cfcc0d 100644
--- a/app/views/admin/users/index.html.haml
+++ b/app/views/admin/users/index.html.haml
@@ -22,7 +22,7 @@
%tr
%td
= user.id
- %td
+ %td{ 'data-order' => "#{user.confirmed?}" }
- if can? :toggle_confirmation, user
= check_box_tag user.id, user.id, user.confirmed?,
method: :patch,