Sha256: d67f33b0896e33026fa71c896c299e221755ab93766f56e687088d4af8310dd8

Contents?: true

Size: 787 Bytes

Versions: 7

Compression:

Stored size: 787 Bytes

Contents

.inputs.row-fluid#transfer
  = simple_form_for([@member, @adhesion], :html=>{class:'form-inline'})  do |f|
    =f.error_notification
    .row-fluid
      .span12
        = f.input :from_date, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhesion.from_date}, :as=>:date_picker
        = f.input :to_date, wrapper_html:{class:'span2'}, label_html:{class: 'span4'}, input_html:{class:'span8', value:@adhesion.to_date}, :as=>:date_picker
        = f.input :amount, wrapper_html:{class:'span2'}, label_html:{class: 'span5'}, input_html:{class:'span7', value:two_decimals(@adhesion.amount)}, :as=>:french_decimal
    
    .row-fluid
      .span12
        .form-actions
          = f.button :submit, id: 'new_adhesion', class: "btn-primary span2"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
adherent-0.1.10 app/views/adherent/adhesions/_form.html.haml
adherent-0.1.9 app/views/adherent/adhesions/_form.html.haml
adherent-0.1.7 app/views/adherent/adhesions/_form.html.haml
adherent-0.1.6 app/views/adherent/adhesions/_form.html.haml
adherent-0.1.5 app/views/adherent/adhesions/_form.html.haml
adherent-0.1.4 app/views/adherent/adhesions/_form.html.haml
adherent-0.1.3 app/views/adherent/adhesions/_form.html.haml