.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 = "Set up your Expert Profile!" .fs10.col-sx-12.col-sm-12.text-left.pt15 span.semibold Personal Info .vspace5 .col-sm-12 = simple_form_for @user, as: :user, turboboost: true, :url => profile_path(params[:id]), validate: true do |f| - unless ActsAsTenant.current_tenant.prelaunch? = f.input :response_time, as: :string, label: false, validate: true = f.input :exp_title, label: false, validate: true = f.input :summary, label: false, input_html: {rows: 5}, validate: true .clearfix.pt10 .text-center.mb30 button.blue-arrow.btn-link span | Next .clearfix