%= breadcrumb link_to(@contact.name, note_source_url(@contact)) %>
<%= link_to avatar_to(@contact, :size => "32"), note_source_url(@contact), :id => "avatar" %> |
<%= l(:label_crm_duplicate_for_plural) %>: <%= @contact.name %><%= h @contact.job_title %> <%= " #{l(:label_crm_at_company)} " unless (@contact.job_title.blank? or @contact.company.blank?) %> <% if @contact.is_company && @contact.contact_company %> <%= link_to @contact.contact_company.name, note_source_url(@contact.contact_company) %> <% else %> <%= h @contact.company %> <% end %> |