Sha256: 114d12499ce3a9d82ab3ca0cb333a964155aff6e9fe017f383104ab2fc830e5b
Contents?: true
Size: 358 Bytes
Versions: 22
Compression:
Stored size: 358 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_collection.to_json} .form-actions = f.button :submit
Version data entries
22 entries across 22 versions & 1 rubygems