Files
danbooru/app/views/notes/index_by_post.html.erb
2011-07-02 21:04:29 -04:00

11 lines
235 B
Plaintext

<div id="c-notes">
<div id="a-index">
<%= @post_set.presenter.post_previews_html(self) %>
<div class="paginator">
<%= numbered_paginator(@posts, false) %>
</div>
</div>
</div>
<%= render "secondary_links" %>