From 379211943f14ffe323b703efb0abe5cbc35e0a5b Mon Sep 17 00:00:00 2001 From: Stella Rouzi Date: Mon, 28 Apr 2014 12:22:43 +0300 Subject: [PATCH] change modal in view according to bootstrap3 and query in controller --- app/views/admin/users/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"} ×