Sha256: 7d72a321f3bb07517147d389b1238c5aac12d94e2ab87dc6aa00b74c056d8179

Contents?: true

Size: 535 Bytes

Versions: 13

Compression:

Stored size: 535 Bytes

Contents

- url = leadset.persisted? ? leadset_path( leadset.id ) : leadsets_path

= form_for leadset, :as => :leadset, :url => url do |f|

  .input-field
    = f.label :company_url
    = f.text_field :company_url

  .input-field
    = f.label :name
    = f.text_field :name

  .input-field
    = f.label :email
    = f.text_field :email

  .input-field
    = f.label :next_invoice_number
    = f.text_field :next_invoice_number

  -# .input-field
  -#   %label Stripe customer_id
  -#   = f.text_field :customer_id

  .actions
    = f.submit

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
wco_models-3.1.0.50 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.49 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.48 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.47 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.46 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.45 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.44 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.43 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.42 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.41 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.40 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.39 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.38 app/views/wco/leadsets/_form.haml