Files
danbooru/app/views/posts/partials/index/_similar.html.erb

8 lines
156 B
Plaintext

<div class="recent-posts">
<p>You might also like:</p>
<div>
<%= PostSets::Similar.new(post).presenter.post_previews_html(self) %>
</div>
</div>