Sha256: 02626129749151b55b72ee7253911a0eb2259da12a647c27523061fe88bc9cdc

Contents?: true

Size: 437 Bytes

Versions: 1

Compression:

Stored size: 437 Bytes

Contents

= semantic_form_for @account do |f|
  = f.semantic_errors
  = f.inputs do
    = f.input :code, :input_html => {:size => 6}
    = f.input :pc_id, :input_html => {:size => 6}
    = f.input :esr_id, :input_html => {:size => 6}
    = f.input :title
    = f.input :account_type, :as => :combobox, :collection => options_from_collection_for_select(AccountType.all, :id, :title, @account.account_type_id)
  = f.buttons do
    = f.commit_button

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bookyt-0.0.1 app/views/accounts/_form.html.haml