.editbox #personal_info_row.col-sm-12.plr0 = simple_form_for @user, url: settings_path, turboboost: true, validate: true, html: { multipart: true, :class => "fixxpert_update_form dirty-form", id: 'edit_personal_details' } do |f| = hidden_field_tag :type, 'popover' = hidden_field_tag :form_type, 'personal_details' .row .col-xs-12.col-sm-12.col-md-12.no-padding .col-sm-12 = f.input :exp_title, as: :string, input_html: {data: {toggle: 'tooltip', placement: 'left'}, title: 'One Line Description'}, wrapper_html: { class: 'valigntop' }, validate: true .col-sm-12 = f.input :headline, as: :string, input_html: {data: {toggle: 'tooltip', placement: 'left'}, title: 'Headline'}, wrapper_html: { class: 'valigntop' }, validate: true .col-sm-12 = f.input :industry, as: :string, input_html: {data: {toggle: 'tooltip', placement: 'left'}, title: 'Industry'}, wrapper_html: { class: 'valigntop' }, validate: true .col-sm-12 = f.input :location, as: :string, input_html: {data: {toggle: 'tooltip', placement: 'left'}, title: 'Location'}, wrapper_html: { class: 'valigntop' }, validate: true - if @user.fixxpert? .col-sm-12 = f.input :response_time, as: :string, input_html: {data: {toggle: 'tooltip', placement: 'left'}, title: 'Response Time'}, wrapper_html: { class: 'valigntop' }, validate: true .clearfix .col-sm-12.pl0 .col-sm-6 button.btn.btn-default.mb10 .fa.fa-save .inline | Save .col-sm-6 .btn.btn-default.mb10 data-dismiss='popover' .fa.fa-times.pr5 .inline | Cancel .vspace25