Sha256: 055994ca2b4469d3a609ef47e74f16ac852dcc653bac1e0580e5a9b2cfdfabc5

Contents?: true

Size: 435 Bytes

Versions: 23

Compression:

Stored size: 435 Bytes

Contents

.contact-who
  - unless local_assigns[:hide_name]
    %span.contact-who-name= record.name

    = " - " if record.company_id? || record.title?

  - if record.title?
    %span.contact-who-title
      = link_to_contact_search(:search, record.title)

  = " at " if record.company_id? && record.title?

  - if record.company_id?
    %span.contact-who-company
      = link_to_contact_search(:company, record.company_id, record.company_name)

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
e9_crm-0.1.34 app/views/e9_crm/contacts/_who.html.haml
e9_crm-0.1.33 app/views/e9_crm/contacts/_who.html.haml
e9_crm-0.1.32 app/views/e9_crm/contacts/_who.html.haml
e9_crm-0.1.31 app/views/e9_crm/contacts/_who.html.haml
e9_crm-0.1.30 app/views/e9_crm/contacts/_who.html.haml
e9_crm-0.1.29 app/views/e9_crm/contacts/_who.html.haml
e9_crm-0.1.28 app/views/e9_crm/contacts/_who.html.haml
e9_crm-0.1.27 app/views/e9_crm/contacts/_who.html.haml
e9_crm-0.1.26 app/views/e9_crm/contacts/_who.html.haml
e9_crm-0.1.25 app/views/e9_crm/contacts/_who.html.haml
e9_crm-0.1.24 app/views/e9_crm/contacts/_who.html.haml
e9_crm-0.1.23 app/views/e9_crm/contacts/_who.html.haml
e9_crm-0.1.22 app/views/e9_crm/contacts/_who.html.haml
e9_crm-0.1.21 app/views/e9_crm/contacts/_who.html.haml
e9_crm-0.1.20 app/views/e9_crm/contacts/_who.html.haml
e9_crm-0.1.19 app/views/e9_crm/contacts/_who.html.haml
e9_crm-0.1.18 app/views/e9_crm/contacts/_who.html.haml
e9_crm-0.1.17 app/views/e9_crm/contacts/_who.html.haml
e9_crm-0.1.16 app/views/e9_crm/contacts/_who.html.haml
e9_crm-0.1.14 app/views/e9_crm/contacts/_who.html.haml