Sha256: 1b060d4861491c75c484694134098ff38544ce51de75960f4a29ef58e52f9de2

Contents?: true

Size: 387 Bytes

Versions: 12

Compression:

Stored size: 387 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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
e9_crm-0.1.16 app/views/e9_crm/contact_merges/_form.html.haml
e9_crm-0.1.14 app/views/e9_crm/contact_merges/_form.html.haml
e9_crm-0.1.13 app/views/e9_crm/contact_merges/_form.html.haml
e9_crm-0.1.12 app/views/e9_crm/contact_merges/_form.html.haml
e9_crm-0.1.11 app/views/e9_crm/contact_merges/_form.html.haml
e9_crm-0.1.10 app/views/e9_crm/contact_merges/_form.html.haml
e9_crm-0.1.8 app/views/e9_crm/contact_merges/_form.html.haml
e9_crm-0.1.7 app/views/e9_crm/contact_merges/_form.html.haml
e9_crm-0.1.6 app/views/e9_crm/contact_merges/_form.html.haml
e9_crm-0.1.5 app/views/e9_crm/contact_merges/_form.html.haml
e9_crm-0.1.4 app/views/e9_crm/contact_merges/_form.html.haml
e9_crm-0.1.1 app/views/e9_crm/contact_merges/_form.html.haml