<% note = notes -%>

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

<%= sanitize(textilize(note.body.gsub(/((https?:\/\/[^ \n\t]*))/, '"\1":\2'))) %>
<% note = nil -%>