.modal-content.no-shadow #info section .row .col-xs-12.col-md-12 .center.pt15 | There will be a   span.bold $5 |   service fee added to your hourly wage. Your wage plus this fee will be the total wage charged for your services. br/ | Your compensation is based on your hourly wage less this added service fee. .clearfix.pb20 .col-sm-12.center.my-rate-wrapper = simple_form_for @user, as: :user, turboboost: true, :url => profile_path(params[:id]), validate: true, html: { class: 'dirty-form'} do |f| = f.input :rate, label: false, error: false do .inline.mr10.rate-label Hourly Profit $ .inline.mr10.text-left = f.input_field :rate, class: 'rate', validate: true, value: f.object.rate_without_charge .inline.mr10.rate-label hour = f.error :rate .clearfix .rate-label.fs10.pt10 | Your Hourly Wage will be: .circle p.dollar-sign-output.fs20.bold.no-padding.amount-centered sup | $ span.hourly-rate.fs20.no-padding 00.00 .clearfix .col-sm-12 .col-sm-4.no-padding = link_to edit_profile_path("availability"), class: 'btn btn-link prv-nxt-btn pull-left' | Back .col-sm-4 .col-sm-4.no-padding button.btn.btn-link.prv-nxt-btn.pull-right | Complete .clearfix