.pull-left p = "Experience - Location" = simple_form_for current_user, url: profile_questions_path, turboboost: true, validate: true, html: { id: 'strenthen_profile' } do |f| = hidden_field_tag :step, "positions:location" .pull-left = f.fields_for :positions, [f.object.positions.first || f.object.positions.build] do |a| = a.input :location, placeholder: 'Job Location', label: false .pull-left button.btn-save | Save .pull-left = link_to 'Skip', edit_profile_questions_path(step: User::PROFILE_QUESTION.rindex('positions:location')), class: 'btn-skip inline', remote: true