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