<% note = notes -%>

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

<%= sanitize(textilize(note.body)) %>
<% note = nil -%>