Sha256: 28d17f6c941f6c81413cad43085b39afec6ac7bbde31a03c9a5a28aad7ab9c14

Contents?: true

Size: 396 Bytes

Versions: 3

Compression:

Stored size: 396 Bytes

Contents

= form_for @contact, :url => contact_merges_path do |f|
  = hidden_field_tag :contact_a_id, @contact_a.id
  = hidden_field_tag :contact_b_id, @contact_b.id

  = render 'field', :column => :first_name, :f => f
  = render 'field', :column => :last_name, :f => f
  = render 'field', :column => :company_name, :f => f
  = render 'field', :column => :title, :f => f
  .actions
    = f.submit t(:save)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
e9_crm-0.1.19 app/views/e9_crm/contact_merges/_form.html.haml
e9_crm-0.1.18 app/views/e9_crm/contact_merges/_form.html.haml
e9_crm-0.1.17 app/views/e9_crm/contact_merges/_form.html.haml