Sha256: 3e5afd176c8cff6a094e05c4295539329cf652b91908ceb75f5a12900098d077
Contents?: true
Size: 607 Bytes
Versions: 25
Compression:
Stored size: 607 Bytes
Contents
.panel-body#transfer = simple_form_for([@payment, @reglement]) do |f| =f.error_notification .row .form-action = f.input :amount, wrapper_html:{class:'col-lg-2'}, input_html:{value:number_to_currency(@reglement.amount)}, :as=>:french_decimal, :disabled=>true = f.association :adhesion, :collection=>@unpaid_adhesions, wrapper_html:{class:'col-lg-5'}, :label_method=>:to_s_for_select, :prompt=>'Choisissez une adhésion' .row .form-actions = f.button :submit, id: 'new_reglement', class: "btn-primary col-lg-offset-6"
Version data entries
25 entries across 25 versions & 1 rubygems