Files
danbooru/app/views/explore/posts/popular.html.erb
2011-08-15 12:19:09 -04:00

15 lines
347 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" %>