Fixed admin/users modal display
This commit is contained in:
parent
7c7cbc0310
commit
86b007d60e
1 changed files with 21 additions and 19 deletions
|
|
@ -45,7 +45,9 @@
|
|||
%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-dialog
|
||||
.modal-content
|
||||
.modal-header
|
||||
%button{"type"=>"button", :class=>"close", "data-dismiss"=>"modal", "aria-hidden"=>"true"}
|
||||
×
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue