Sha256: f71352e593edcb0f734c6baa4b4541a243be0c73e2da851f9ea6f36f6d0d9a53

Contents?: true

Size: 367 Bytes

Versions: 3

Compression:

Stored size: 367 Bytes

Contents

= simple_form_for @account do |f|
  .row-fluid
    .span12= f.input :title
  .row-fluid
    .span6= f.input :code
    .span6= f.association :account_type, :label_method => :title
  .row-fluid
    .span12= f.input :tag_list, :input_html => {:class => 'select2-tags span', 'data-tags' => Account.tag_counts.pluck(:name).to_json}

  .form-actions
    = f.button :submit

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
has_accounts_engine-1.0.3 app/views/accounts/_form.html.haml
has_accounts_engine-1.0.2 app/views/accounts/_form.html.haml
has_accounts_engine-1.0.1 app/views/accounts/_form.html.haml