Files
danbooru/app/views/explore/posts/popular.html.erb
2011-10-23 16:55:57 -04:00

18 lines
435 B
Plaintext

<div id="c-explore-posts">
<div id="a-index">
<h1>Explore: <%= @post_set.presenter.range_text %></h1>
<%= render "date_explore", :post_set => @post_set %>
<section id="content">
<%= @post_set.presenter.post_previews_html(self) %>
</section>
</div>
</div>
<%= render "posts/partials/common/secondary_links" %>
<% content_for(:page_title) do %>
Popular - <%= Danbooru.config.app_name %>
<% end %>