Related Posts
Found <%= link_to pluralize(source.related_posts.total_count, "other post"), posts_path(tags: source.related_posts_search_query) %> from the same source:
<% source.related_posts.each do |post| %>
<%= post_preview(post, show_deleted: true, size: true) %>
<% end %>
<% end %>
<% if Danbooru.config.iqdb_url %>
<% if params[:url] %>