Sha256: b92daea8fcefc797b2175b5cb48edf13413dee18c992651e7fde4b829cd5b12d

Contents?: true

Size: 704 Bytes

Versions: 42

Compression:

Stored size: 704 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 :email
    = f.text_field :email
  .field
    %label mangle_subject
    = f.check_box :mangle_subject

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

  .field
    %label serverhosts
    = f.select :serverhost_ids, options_for_select(@serverhosts_list, selected: leadset.serverhost_ids), {}, { multiple: true }

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

  .actions
    = f.submit

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
wco_models-3.1.0.193 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.192 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.191 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.190 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.189 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.188 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.187 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.184 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.183 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.182 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.181 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.180 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.178 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.177 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.176 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.175 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.174 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.173 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.172 app/views/wco/leadsets/_form.haml
wco_models-3.1.0.171 app/views/wco/leadsets/_form.haml