Sha256: 2b9f507af5ae67cb0c71e779e895791444c3850bd669a05b36e26ae2883f80cc

Contents?: true

Size: 373 Bytes

Versions: 1

Compression:

Stored size: 373 Bytes

Contents

= semantic_form_for @invoice do |f|
  = f.semantic_errors
  = f.inputs do
    = f.input :customer, :as => :combobox
    = f.input :company, :as => :combobox
    = f.input :title
    = f.input :amount
    = f.input :due_date, :as => :date_field
    = f.input :state, :collection => invoice_states_as_collection
    = f.input :remarks

  = f.buttons do
    = f.commit_button

Version data entries

1 entries across 1 versions & 1 rubygems

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