Sha256: 3471e7b5c6e1e31b499c511b3d3d8d9b9bfac716461515c2a3a075cf877a55c6

Contents?: true

Size: 231 Bytes

Versions: 10

Compression:

Stored size: 231 Bytes

Contents

= simple_form_for resource do |f|
  = render 'address_form', :f => f

  %h3= t('form.bank.money_transfer')
  .row-fluid
    .span6
      = f.input :swift
    .span6
      = f.input :clearing

  .form-actions
    = f.button :submit

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
has_accounts_engine-1.1.2 app/views/banks/_form.html.haml
has_accounts_engine-1.1.1 app/views/banks/_form.html.haml
has_accounts_engine-1.1.0 app/views/banks/_form.html.haml
has_accounts_engine-1.0.4 app/views/banks/_form.html.haml
has_accounts_engine-1.0.3 app/views/banks/_form.html.haml
has_accounts_engine-1.0.2 app/views/banks/_form.html.haml
has_accounts_engine-1.0.1 app/views/banks/_form.html.haml
has_accounts_engine-1.0.0 app/views/banks/_form.html.haml
has_accounts-0.20.1 app/views/banks/_form.html.haml
has_accounts-0.20.0 app/views/banks/_form.html.haml