• Posts
  • <% if @post_set.has_artist? %>
  • <%= link_to "Artist", artist_path(@post_set.artist), :id => "show-excerpt-link" %>
  • <% elsif @post_set.has_wiki? %>
  • <%= link_to "Wiki", wiki_page_path(@post_set.wiki_page), :id => "show-excerpt-link" %>
  • <% elsif @post_set.has_pool? %>
  • <%= link_to "Pool", pool_path(@post_set.pool), :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 %>
    <% content_for(:page_title) do %> <% if @post_set.tag_string.present? %> <%= @post_set.humanized_tag_string %> - <%= Danbooru.config.app_name %> <% else %> <%= Danbooru.config.app_name %> <% end %> <% end %> <%= render "posts/partials/common/secondary_links" %>
    <%= content_for(:html_header) do %> <% if @post_set.wiki_page %> <% end %> <% end %>