.modal-content.no-shadow #info.col-xs-12.col-sm-12.bg-white section .col-xs-12.no-padding.col-sm-4.bg-sbar = render 'onboard_sidebar' .col-xs-12.no-padding.col-sm-8 h4.text-center.pt15 = "My #{Subject.model_name.human.pluralize}" .fs10.mediumgrey.text-center = "Please indicate the #{Subject.model_name.human.pluralize} you can provide expertise on." .vspace10 .col-sm-12.align-center = simple_form_for @user, as: :user, turboboost: true, :url => profile_path(params[:id]), validate: true do |f| = f.input :subject_ids, label: false, validate: true, input_html: {value: '', class: 'select2-field-as-list', data: {url: autocomplete_api_subjects_path, load: f.object.subjects.to_json(methods: {only: [:id, :name]}), multiple: true, always_open: true}} .vspace10 .text-center.ptb20 button.blue-arrow.btn-link span | Next .clearfix