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

9 lines
194 B
Plaintext

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