Sha256: 9c84acb34b3fb5e1d42f45d06c8ac2a842927d570da18f6b5dfae097c2c4cf92

Contents?: true

Size: 397 Bytes

Versions: 1

Compression:

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

1 entries across 1 versions & 1 rubygems

Version Path
e9_crm-0.1.20 app/views/e9_crm/contact_merges/_form.html.haml