<% content_for(:sidebar) do %> <%= render "posts/partials/common/search", :path => posts_path, :tags => params[:tags], :tags_dom_id => "tags" %> <%= render "posts/partials/index/mode_menu" %> <%= render "posts/partials/index/blacklist" %>

Tags

<%= @post_set.presenter.tag_list_html(current_query: params[:tags], show_extra_links: CurrentUser.user.is_gold?) %>
<% if Danbooru.config.addthis_key.present? %>

Share

<%= render "posts/partials/index/share" %>
<% end %> <%= render "posts/partials/index/options" %> <%= render "posts/partials/index/related" %> <% end %> <% content_for(:content) do %>
  • Posts
  • <% if @post_set.artist.present? %>
  • <%= link_to "Artist", artist_path(@post_set.artist), :id => "show-excerpt-link" %>
  • <% elsif @post_set.wiki_page.present? %>
  • <%= link_to "Wiki", wiki_page_path(@post_set.wiki_page), :id => "show-excerpt-link" %>
  • <% elsif @post_set.pool.present? %>
  • <%= link_to "Pool", pool_path(@post_set.pool), :id => "show-excerpt-link" %>
  • <% elsif @post_set.favgroup.present? %>
  • <%= link_to "Favorite Group", favorite_group_path(@post_set.favgroup), :id => "show-excerpt-link" %>
  • <% elsif @post_set.has_blank_wiki? %>
  • <%= link_to "Wiki", new_wiki_page_path(wiki_page: { title: @post_set.tag_string }), id: "show-excerpt-link" %>
  • <% end %>
    <%= render "posts/partials/index/edit" %> <%= render "posts/partials/index/excerpt", :post_set => @post_set %> <%= render "posts/partials/index/posts", :post_set => @post_set %> <% end %> <%= post_search_count_js %>
    <%= render "saved_searches/interface" %>
    <% if params[:tags] =~ /search:/ %> <%= render "saved_searches/secondary_links" %> <% else %> <%= render "posts/partials/common/secondary_links" %> <% end %> <% content_for(:html_header) do %> <%= render "posts/partials/index/seo_meta_tags" %> <% end %>