= simple_form_for @withdrawable, url: withdrawables_path, validates: true, turboboost: true do |f| .col-sm-12.align-center.amt-wrapper = f.input :amount, validate: true, placeholder: 'Enter withdrawable amount', label: false |(25 cents will be charged for each withdrawal.) .col-sm-12.align-center = f.input :description, as: :text, placeholder: 'Description', label: false .col-sm-12.align-center = f.button :submit, 'Withdraw' .clearfix