<% note = notes -%>

<%= link_to("Note #{note.id}", note_path(note), :title => "Show note #{note.id}" ) %>

<%= format_note(note.body) %>
<% note = nil -%>