22 lines
527 B
Plaintext
22 lines
527 B
Plaintext
<div id="c-pools">
|
|
<div id="a-gallery">
|
|
<%= render "search", :path => gallery_pools_path %>
|
|
|
|
<%= render "posts/partials/common/inline_blacklist" %>
|
|
|
|
<section>
|
|
<% @pools.each do |pool| %>
|
|
<%= PostPresenter.preview(pool.cover_post, link_target: pool, pool: pool, show_deleted: true) %>
|
|
<% end %>
|
|
|
|
<%= numbered_paginator(@pools) %>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "secondary_links" %>
|
|
|
|
<% content_for(:page_title) do %>
|
|
Pool Gallery - <%= Danbooru.config.app_name %>
|
|
<% end %>
|