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

22 lines
467 B
Plaintext

<div id="c-pools">
<div id="a-show">
<h1>Pool: <%= @pool.name %></h1>
<div id="description">
<%= format_text(@pool.description) %>
</div>
<section id="content">
<%= @post_set.presenter.post_previews_html(self) %>
<%= numbered_paginator(@post_set) %>
</section>
</div>
</div>
<%= render "secondary_links" %>
<% content_for(:page_title) do %>
Pool - <%= @pool.name %> - <%= Danbooru.config.app_name %>
<% end %>