Sha256: 0de2723215d45f6f117a17d81c5ac8cebb53156490ccc6d96204a0c9b2ae47cb

Contents?: true

Size: 695 Bytes

Versions: 26

Compression:

Stored size: 695 Bytes

Contents

%li.highlight[contact]
  = avatar_for(contact, :size => "16x16")

  %ul.tools
    = hook(:contact_tools_before, self, :contact => contact)

    - if can?(:update, contact)
      %li= link_to_edit(contact)

    - if shown_on_landing_page?
      %li= link_to_discard(contact)

    - if can?(:destroy, contact)
      %li= link_to_delete(contact)

  .indentslim
    = link_to_if can?(:read, contact), contact.full_name(@current_user.preference[:contacts_naming]), contact
    %tt
      = brief_account_info(contact)

      - if (lead = contact.lead) and lead.referred_by?
        –
        == #{t :referred_by_small} #{lead.referred_by}

    = hook(:contact_bottom, self, :contact => contact)

Version data entries

26 entries across 26 versions & 2 rubygems

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