Files
danbooru/app/views/notes/index.html.erb
2011-03-15 19:19:49 -04:00

16 lines
266 B
Plaintext

<div id="c-notes">
<div id="a-index">
</div>
</div>
<div id="note-list">
<%= render :partial => "post/posts", :locals => {:posts => @posts} %>
<div id="paginator">
<%= will_paginate(@posts) %>
</div>
<%= render :partial => "footer" %>
</div>