fix modal dialog
This commit is contained in:
parent
379211943f
commit
1001d58824
1 changed files with 21 additions and 19 deletions
|
|
@ -46,6 +46,8 @@
|
|||
= user.roles.map { |role| role.name }.join ','
|
||||
%td
|
||||
.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