<%= csrf_meta_tag %> <%= favicon %> <%= stylesheet_link_tag 'application', :media => 'all' %> <%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %> <%= javascript_heads %> <%= heads_for_theme %> <%= call_hook :view_layouts_base_html_head %> <%= yield :header_tags -%> <% content_for(:header_tags) do %> <%= stylesheet_link_tag :contacts, :plugin => 'redmine_contacts' %> <% end %> <% content_for :sidebar do %>

<%= l(:label_task_plural) %>

<%= link_to l(:label_contacts_view_all), { :controller => 'contacts', :action => 'index', :project_id => @project} %> | <%= link_to l(:label_deal_plural), { :controller => 'deals', :action => 'index', :project_id => @project} %> | <%= link_to l(:label_contract_plural), { :controller => 'contracts', :action => 'index', :project_id => @project} %> <% end %>
<%= render_flash_messages %> <%= yield %> <%= call_hook :view_layouts_base_content %>