Sha256: 15637f454cf3949d1d1fcda720e16d774e251f37b129c0ca74e5912d5af91bbb
Contents?: true
Size: 439 Bytes
Versions: 275
Compression:
Stored size: 439 Bytes
Contents
- url = invoice.persisted? ? invoice_path( invoice.id ) : invoices_path = form_for invoice, :as => :invoice, :url => url do |f| .input-field %label Email = f.text_field :email .input-field %label amount = f.number_field :amount, :step => 0.01, :default => 0.0 .input-field %label number = f.number_field :number .input-field %label Description = f.text_area :description = f.submit 'Save'
Version data entries
275 entries across 275 versions & 1 rubygems