Notes

<% @notes.each do |note| %> <% end %>
Post Created by Created at Body
<%= link_to note.post_id, post_path(note.post_id) %> <%= link_to_user note.creator %> <%= compact_time(note.created_at) %> <%= h(note.body) %> <% unless note.is_active? %> (deleted) <% end %>
<%= sequential_paginator(@notes) %>
<%= render "notes/secondary_links" %> <% content_for(:page_title) do %> Notes - <%= Danbooru.config.app_name %> <% end %>