<%= render "search", :path => pools_path %> <% @pools.each do |pool| %> <%= content_tag(:tr, :id => "pool-#{pool.id}", :class => "pool-category-#{pool.category}") do %> <% end %> <% end %>
Name Count
<%= link_to pool.pretty_name, pool_path(pool) %> <% if pool.is_deleted? %> (deleted) <% end %> <% if pool.post_count > CurrentUser.user.per_page %> <%= link_to "page #{pool.last_page}", pool_path(pool, :page => pool.last_page), :class => "last-page" %> <% end %> <%= pool.post_count %>
<%= numbered_paginator(@pools) %> <%= render "secondary_links" %>
<% content_for(:page_title) do %> Pools - <%= Danbooru.config.app_name %> <% end %> <% content_for(:html_header) do %> <% end %>