Files
danbooru/app/views/notes/index_by_post.html.erb
2011-10-23 16:55:57 -04:00

14 lines
282 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" %>
<% content_for(:page_title) do %>
Notes - <%= Danbooru.config.app_name %>
<% end %>