18 lines
455 B
Plaintext
18 lines
455 B
Plaintext
<div id="c-explore-posts">
|
|
<div id="a-index">
|
|
<h1>Popular (by views): <%= @post_set.presenter.range_text %></h1>
|
|
|
|
<%= @post_set.presenter.nav_links(self) %>
|
|
|
|
<%= render "posts/partials/common/inline_blacklist" %>
|
|
|
|
<%= @post_set.presenter.post_previews_html(self) %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "posts/partials/common/secondary_links" %>
|
|
|
|
<% content_for(:page_title) do %>
|
|
Popular (by views) - <%= Danbooru.config.app_name %>
|
|
<% end %>
|