<%= link_to(t('notes.note_header', :id => note.id.to_s), note_path(note), :title => t('notes.note_link_title', :id => note.id.to_s)) %>

<%= render :partial => "notes/note_details", :object => note %>