<%= note.body %>

<%= note.from %> (<%= note.created_at.strftime("%m-%d-%Y") %>) <%= link_to_remote("Delete Note", {:url => { :controller => controller_name, :action => "delete_note", :id => note.id }}, {:class => "delete_note" } ) %>