Sha256: 0ed75256f29cfad506b7051d47c1c603bb12791bd5f1a1f46d8b8b3f2d0f74ba
Contents?: true
Size: 725 Bytes
Versions: 7
Compression:
Stored size: 725 Bytes
Contents
.inputs.row-fluid#transfer = simple_form_for([@payment, @reglement], :html=>{class:'form-inline'}) do |f| =f.error_notification .row-fluid .span12 = f.input :amount, wrapper_html:{class:'span2'}, label_html:{class: 'span6'}, input_html:{class:'span6', value:number_to_currency(@reglement.amount)}, :as=>:french_decimal, :disabled=>true = f.association :adhesion, :collection=>@unpaid_adhesions, :label_method=>:to_s_for_select, :prompt=>'Choisissez une adhésion', wrapper_html:{class:'span4'}, label_html:{class: 'span3'}, input_html:{class:'span9'} .row-fluid .span12 .form-actions = f.button :submit, id: 'new_reglement', class: "btn-primary span2"
Version data entries
7 entries across 7 versions & 1 rubygems