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

Version Path
adherent-0.3.13 app/views/adherent/adhesions/_form.html.haml
adherent-0.3.12 app/views/adherent/adhesions/_form.html.haml
adherent-0.3.11 app/views/adherent/adhesions/_form.html.haml
adherent-0.3.10 app/views/adherent/adhesions/_form.html.haml
adherent-0.3.9 app/views/adherent/adhesions/_form.html.haml
adherent-0.3.7 app/views/adherent/adhesions/_form.html.haml
adherent-0.3.6 app/views/adherent/adhesions/_form.html.haml
adherent-0.3.5 app/views/adherent/adhesions/_form.html.haml
adherent-0.3.4 app/views/adherent/adhesions/_form.html.haml
adherent-0.3.3 app/views/adherent/adhesions/_form.html.haml
adherent-0.3.2 app/views/adherent/adhesions/_form.html.haml
adherent-0.3.1 app/views/adherent/adhesions/_form.html.haml
adherent-0.3.0 app/views/adherent/adhesions/_form.html.haml
adherent-0.2.9 app/views/adherent/adhesions/_form.html.haml
adherent-0.2.8 app/views/adherent/adhesions/_form.html.haml
adherent-0.2.7 app/views/adherent/adhesions/_form.html.haml
adherent-0.2.6 app/views/adherent/adhesions/_form.html.haml
adherent-0.2.5 app/views/adherent/adhesions/_form.html.haml
adherent-0.2.4 app/views/adherent/adhesions/_form.html.haml