Sha256: bbf0fbf25fa43f7e8010a61f154c9686769296b0631ba5829f0caf35e1fde757

Contents?: true

Size: 343 Bytes

Versions: 5

Compression:

Stored size: 343 Bytes

Contents

= render 'e9_crm/sales_campaigns/form_inner', :f => f

%fieldset
  %legend= e9_t(:affiliate_information_legend, :scope => 'e9_crm.campaigns')
  .field
    = f.label :affilate_id
    = f.collection_select :affiliate_id, Contact.affiliates.all, :id, :name, :prompt => true
  .field
    = f.label :affiliate_fee
    = f.text_field :affiliate_fee

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
e9_crm-0.1.8 app/views/e9_crm/affiliate_campaigns/_form_inner.html.haml
e9_crm-0.1.7 app/views/e9_crm/affiliate_campaigns/_form_inner.html.haml
e9_crm-0.1.6 app/views/e9_crm/affiliate_campaigns/_form_inner.html.haml
e9_crm-0.1.5 app/views/e9_crm/affiliate_campaigns/_form_inner.html.haml
e9_crm-0.1.4 app/views/e9_crm/affiliate_campaigns/_form_inner.html.haml