Sha256: c5207944dbc5cfb1173081f3d7e7d78ca82d66496b1591343167e6597042d641

Contents?: true

Size: 1.08 KB

Versions: 6

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

6 entries across 6 versions & 1 rubygems

Version Path
fat_free_crm-0.12.3 app/views/leads/_contact.html.haml
fat_free_crm-0.12.2 app/views/leads/_contact.html.haml
fat_free_crm-0.12.1 app/views/leads/_contact.html.haml
fat_free_crm-0.13.0 app/views/leads/_contact.html.haml
fat_free_crm-0.12.0 app/views/leads/_contact.html.haml
fat_free_crm-0.11.4 app/views/leads/_contact.html.haml