.pull-left p = "How long before you respond?" = simple_form_for current_user, url: profile_questions_path, turboboost: true, validate: true, html: { id: 'strengthen_profile' } do |f| = hidden_field_tag :step, "response_time" .pull-left = f.input :response_time, as: :string, input_html: {data: {toggle: 'tooltip', placement: 'left'}}, validate: true, label: false .pull-left button.btn-save | Save .pull-left.mb10 = link_to 'Skip', edit_profile_questions_path(step: User::PROFILE_QUESTION.rindex('response_time')), class: 'btn-skip inline', remote: true