%= breadcrumb link_to(@note.source.name, note_source_url(@note.source)) %> <%= render :partial => 'note_header', :object => @note %> <%= form_for @note, :url => {:controller => "notes", :action => 'update', :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' %>