<% title "Note" %>

User: <%= @note.user_id %>

Author: <%= @note.author_id %>

Message: <%= @note.message %>

<%= link_to "Edit", edit_note_path(@note) %> | <%= link_to "Destroy", @note, :confirm => 'Are you sure?', :method => :delete %> | <%= link_to "View All", notes_path %>