Sha256: 913680dc7e453a39c2e3b5d2c930477aff1c89f9fbd6b33c29c50a525f27de85

Contents?: true

Size: 744 Bytes

Versions: 4

Compression:

Stored size: 744 Bytes

Contents

.container-fluid.hidden#billing_dashboard
  .col-md-12
    = form_for @user, html:{class: "form-horizontal"} do |f|
      = f.fields_for :bank_account do |ba|
        = form_group_for ba, :bank do
          .col-sm-8
            = ba.collection_select :bank_id, Hatchy::Bank.order(:name), :id, :name,{}, class: "form-control"
        = form_group_for ba, :account_digit do
          .col-sm-8
            = ba.text_field :account_digit, class: "form-control"
        = form_group_for ba, :account do
          .col-sm-8
            = ba.text_field :account, class: "form-control"
      .form-group
        .col-sm-offset-2.col-sm-10
          = hidden_field_tag 'anchor', 'billing'
          = f.submit "Save Profile" , class: 'btn btn-primary'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hatchy-0.0.8.pre app/views/hatchy/users/edit/_banks_and_cards.html.haml
hatchy-0.0.7.pre app/views/hatchy/users/edit/_banks_and_cards.html.haml
hatchy-0.0.6.pre app/views/hatchy/users/edit/_banks_and_cards.html.haml
hatchy-0.0.5.pre app/views/hatchy/users/edit/_banks_and_cards.html.haml