<% @notes.each do |note| %> <% end %>
Post Created by Created at Active? Body
<%= link_to note.post_id, post_path(note.post_id) %> <%= link_to note.creator.name, user_path(note.creator_id) %> <%= time_ago_in_words(note.created_at) %> ago <%= note.is_active? %> <%= format_text(note.body) %>
<%= sequential_paginator(@notes) %>
<%= render "notes/secondary_links" %>