Sha256: 0a8e33e980d220c1869df3a652eacf5cbf467fe0859c070aa4859f81dc0a44de

Contents?: true

Size: 500 Bytes

Versions: 15

Compression:

Stored size: 500 Bytes

Contents

.field
  = f.label column
  .contact-a-value
    %label{:for => "contact_a_#{column}"}
      = contact_a(column).presence || e9_t(:no_value)
    = f.radio_button column, contact_a(column), :checked => (f.object.send(column) == contact_a(column) || f.object.send(column).blank?), :id => "contact_a_#{column}"
  .contact-b-value
    %label{:for => "contact_b_#{column}"}
      = contact_b(column).presence || e9_t(:no_value)
    = f.radio_button column, contact_b(column), :id => "contact_b_#{column}"

Version data entries

15 entries across 15 versions & 1 rubygems

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