Files
danbooru/app/views/notes/index_by_post.html.erb
2013-03-19 23:11:58 +11:00

16 lines
298 B
Plaintext

<div id="c-notes">
<div id="a-index">
<h1>Notes</h1>
<%= @post_set.presenter.post_previews_html(self) %>
<%= numbered_paginator(@posts, false) %>
</div>
</div>
<%= render "secondary_links" %>
<% content_for(:page_title) do %>
Notes - <%= Danbooru.config.app_name %>
<% end %>