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
|
%td
|
||||||
= user.roles.map { |role| role.name }.join ','
|
= user.roles.map { |role| role.name }.join ','
|
||||||
%td
|
%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
|
.modal-header
|
||||||
%button{"type"=>"button", :class=>"close", "data-dismiss"=>"modal", "aria-hidden"=>"true"}
|
%button{"type"=>"button", :class=>"close", "data-dismiss"=>"modal", "aria-hidden"=>"true"}
|
||||||
×
|
×
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue