Files
danbooru/app/views/explore/posts/curated.html.erb
2020-02-23 17:52:38 -06:00

17 lines
594 B
Plaintext

<% page_title "Curated Posts" %>
<% meta_description "The best posts of #{date_range_description(@date, @scale, @min_date, @max_date)}" %>
<%= render "posts/partials/common/secondary_links" %>
<div id="c-explore-posts">
<div id="a-curated">
<h1>Curated: <%= date_range_description(@date, @scale, @min_date, @max_date) %></h1>
<%= render "explore/posts/nav_links", path: :curated_explore_posts_path, date: @date, scale: @scale %>
<%= render "posts/partials/common/inline_blacklist" %>
<%= post_previews_html(@posts) %>
<%= numbered_paginator(@posts) %>
</div>
</div>