%= breadcrumb link_to(@note.source.name, note_source_url(@note.source)) %>
<%= render :partial => 'note_header', :object => @note %>
<% form_for :note, @note, :url => {:controller => "notes", :action => 'create', :project_id => @project, :id => @note}, :html => { :multipart => true} do |f| %>
<%= f.text_area :content , :cols => 80, :rows => 8, :class => 'wiki-edit', :label=>l(:field_contact_background) %>
<%= wikitoolbar_for 'note_content' %>
<%= submit_tag l(:button_save) -%>
<% end -%>
<% html_title "#{l(:label_crm_note_for)} #{@note.source.name}" %>
<% content_for :header_tags do %>
<%= javascript_include_tag :contacts, :plugin => 'redmine_contacts' %>
<%= stylesheet_link_tag :contacts, :plugin => 'redmine_contacts' %>
<% end %>