diff --git a/app/views/admin/users/index.html.haml b/app/views/admin/users/index.html.haml
index 72a7bc15..7d4b32f3 100644
--- a/app/views/admin/users/index.html.haml
+++ b/app/views/admin/users/index.html.haml
@@ -45,7 +45,7 @@
%td
= user.roles.map { |role| role.name }.join ','
%td
- .modal.hide.fade{:id => "user-role-selection-#{user.id}", "role" => "dialog", "aria-hidden" => "true"}
+ .modal.fade{:id => "user-role-selection-#{user.id}", "role" => "dialog", "aria-hidden" => "true"}
.modal-header
%button{"type"=>"button", :class=>"close", "data-dismiss"=>"modal", "aria-hidden"=>"true"}
×