.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, "rate" .pull-left = f.input :rate, wrapper: :horizontal_input_group, maxlength: 4, title: 'Hourly Expert Rate', validate: true do = f.input_field :rate, value: f.object.rate_without_charge, data: {toggle: 'tooltip', placement: 'left'} span.input-group-addon +5 .pull-left button.btn-save | Save .pull-left = link_to 'Skip', edit_profile_questions_path(step: User::PROFILE_QUESTION.rindex('rate')), class: 'btn-skip inline', remote: true