<%= l(:label_crm_my_contact_plural) %>

<% contacts = Contact.visible.find(:all, :conditions => {:assigned_to_id => User.current.id}, :limit => 20) %>
<% if contacts.length > 0 %>

<%= link_to l(:label_crm_contact_view_all), :controller => 'contacts', :action => 'index', :assigned_to_id => User.current.id %>

<% end %> <% content_for(:header_tags) do %> <%= javascript_include_tag :contacts, :plugin => 'redmine_contacts' %> <%= stylesheet_link_tag :contacts, :plugin => 'redmine_contacts' %> <% end %>