Sha256: 54db9132f5930739dc5858900895bd42fb59c0f8ed139ef60832a517de3cbd22
Contents?: true
Size: 714 Bytes
Versions: 7
Compression:
Stored size: 714 Bytes
Contents
.inputs.row-fluid#transfer = simple_form_for([@member, @payment], :html=>{class:'form-inline'}) do |f| =f.error_notification .row-fluid .span12 = f.input :date, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@payment.date}, :as=>:date_picker = f.input :amount, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8'} = f.input :mode, wrapper_html:{class:'span3'}, :collection=>Adherent::MODES, prompt:'Choissisez', label_html:{class: 'span6'}, input_html:{class:'span6'} .row-fluid .span12 .form-actions = f.button :submit, id: 'new_payement', class: "btn-primary span2"
Version data entries
7 entries across 7 versions & 1 rubygems