git-svn-id: https://192.168.0.254/svn/Rodax.redmine_rodax_crm/trunk@2 ff88604e-da85-c949-a72f-fc3aa3ba3724
17 lines
762 B
Plaintext
17 lines
762 B
Plaintext
<%= call_hook(:view_contacts_sidebar_top) %>
|
|
|
|
<h3><%= l(:label_task_plural) %></h3>
|
|
<%= link_to l(:label_contacts_view_all), { :controller => 'contacts', :action => 'index', :project_id => @project} %>
|
|
|
|
|
<% if !(@project && !authorize_for(:deals, :index)) %>
|
|
<%= link_to l(:label_deal_plural), { :controller => 'deals', :action => 'index', :project_id => @project} %>
|
|
|
|
|
<% end %>
|
|
|
|
<% if !(@project && !authorize_for(:contacts_tasks, :index)) %>
|
|
<%= link_to l(:label_issue_plural), { :controller => 'contacts_tasks', :action => 'index', :project_id => @project} %>
|
|
|
|
|
<% end %>
|
|
<%= link_to l(:label_contact_note_plural), { :controller => 'contacts', :action => 'contacts_notes', :project_id => @project} %>
|
|
|
|
<%= call_hook(:view_contacts_sidebar_bottom) %> |