Sha256: 0551b6c9133a275118a318b5d3e9acf224f8012b78a6c3d473d637bcd3884fd5

Contents?: true

Size: 1.08 KB

Versions: 21

Compression:

Stored size: 1.08 KB

Contents

- edit ||= false
- collapsed = session[:lead_contact].nil? # && @lead.errors.empty?
= subtitle :lead_contact, collapsed, t(:contact_info)
.section
  %small#lead_contact_intro{ hidden_if(!collapsed) }
    = t(:intro, t(:lead_info_small)) unless edit
  #lead_contact{ hidden_if(collapsed) }
    %table
      %tr
        %td
          .label.top #{t :job_title}:
          = f.text_field :title
        %td= spacer
        %td
          .label.top #{t :company}:
          = f.autocomplete_field :company, autocomplete_account_name_leads_path
      %tr
        %td
          .label #{t :alt_email}:
          = f.text_field :alt_email
        %td= spacer
        %td
          .label #{t :mobile}:
          = f.text_field :mobile
      %tr
        %td
          = render "shared/address", :f => f, :asset => @lead, :type => 'business', :title => :address
        %td= spacer
        %td
          .label #{t :referred_by}:
          = f.text_field :referred_by
          %div{:style => "margin-top:6px"}
            .check_box
              = f.check_box :do_not_call, {}, true
              #{t :do_not_call}

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/leads/_contact.html.haml
fat_free_crm-0.15.2 app/views/leads/_contact.html.haml
fat_free_crm-0.16.4 app/views/leads/_contact.html.haml
fat_free_crm-0.14.1 app/views/leads/_contact.html.haml
fat_free_crm-0.15.1 app/views/leads/_contact.html.haml
fat_free_crm-0.16.3 app/views/leads/_contact.html.haml
fat_free_crm-0.16.2 app/views/leads/_contact.html.haml
fat_free_crm-0.16.1 app/views/leads/_contact.html.haml
fat_free_crm-0.16.0 app/views/leads/_contact.html.haml
fat_free_crm-0.15.0 app/views/leads/_contact.html.haml
fat_free_crm-0.15.0.beta.2 app/views/leads/_contact.html.haml
fat_free_crm-0.15.0.beta app/views/leads/_contact.html.haml
fat_free_crm-0.14.0 app/views/leads/_contact.html.haml
reduced_fat_crm-0.15.0.beta app/views/leads/_contact.html.haml
reduced_fat_crm-0.14.0 app/views/leads/_contact.html.haml
fat_free_crm-0.13.6 app/views/leads/_contact.html.haml
fat_free_crm-0.13.5 app/views/leads/_contact.html.haml
fat_free_crm-0.13.4 app/views/leads/_contact.html.haml
fat_free_crm-0.13.3 app/views/leads/_contact.html.haml
fat_free_crm-0.13.2 app/views/leads/_contact.html.haml