This commit is contained in:
r888888888
2014-08-25 16:41:27 -07:00
parent 3c4119663e
commit 267df896c6
9 changed files with 95 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
<div id="c-pools">
<div id="a-gallery">
<section>
<%= @post_set.presenter.post_previews_html(self) %>
<%= numbered_paginator(@pools) %>
</section>
</div>
</div>
<%= render "secondary_links" %>
<% content_for(:page_title) do %>
Pool Gallery - <%= Danbooru.config.app_name %>
<% end %>