Sha256: 5d6dc83f4fc9e0204fbd85103b67639fe0db1f0bbc6a50639305e9ac7c5fd40c
Contents?: true
Size: 882 Bytes
Versions: 19
Compression:
Stored size: 882 Bytes
Contents
.panel-body#transfer = simple_form_for([@member, @adhesion], :html=>{class:'form-horizontal'}, wrapper: :horizontal_form) do |f| =f.error_notification .form-inputs = f.input :from_date, wrapper_html:{class:'col-lg-4'}, my_wrapper_html:{class:'col-lg-9'}, input_html:{value:@adhesion.from_date}, :as=>:date_picker = f.input :to_date, wrapper_html:{class:'col-lg-4'}, my_wrapper_html:{class:'col-lg-9'}, input_html:{value:@adhesion.to_date}, :as=>:date_picker = f.input :amount, wrapper_html:{class:'col-lg-4'}, label_html:{class:'col-lg-4'}, my_wrapper_html:{class:'col-lg-8'}, input_html:{value:two_decimals(@adhesion.amount)}, :as=>:french_decimal .form-actions = f.button :submit, id: 'new_adhesion', class: "btn-primary col-md-2 col-md-offset-2"
Version data entries
19 entries across 19 versions & 1 rubygems