Commit 1baf7f06 by Tấn Trần Thanh

remove style inline

parent 7cb7883a
Pipeline #1629 canceled with stages
in 0 seconds
- user_list.each do |user|
.checkbox-item
= label_tag "user_#{user.id}", user
= check_box_tag 'user[]', user.id, true, id: "user_#{user.id}", style: 'vertical-align: middle;'
= check_box_tag 'user[]', user.id, true, id: "user_#{user.id}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment