change modal in view according to bootstrap3 and query in controller
This commit is contained in:
parent
a8c9c2f2d4
commit
379211943f
1 changed files with 1 additions and 1 deletions
|
|
@ -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"}
|
||||
×
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue