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