.pull-left p = "Description about your Expertise" = simple_form_for current_user, url: profile_questions_path, turboboost: true, validate: true, html: { id: 'strengthen_profile' } do |f| = hidden_field_tag :step, "exp_title" .pull-left = f.input :exp_title, validate: true, label: false .pull-left button.btn-save | Save .pull-left = link_to 'Skip', edit_profile_questions_path(step: User::PROFILE_QUESTION.rindex('exp_title')), class: 'btn-skip inline', remote: true