<% if !@issue.blank? && User.current.allowed_to?(:view_contacts, @project) %>
<% if User.current.allowed_to?(:edit_contacts, @project) %>
<%= link_to l(:button_add), {:controller => 'contacts_issues', :action => 'new', :issue_id => @issue}, :remote => true, :method => 'get' %>
<% end %>

<%= l(:label_contact_plural) %>

<% end %>