<% if @post.presenter.has_nav_links?(self) %> <%= render "posts/partials/show/nav_links", :post => @post, :position => "top" %> <% end %> <%= render "posts/partials/show/notices", :post => @post %>
>
<%= @post.presenter.image_html(self) %>
<% if @post.artist_commentary && @post.artist_commentary.any_field_present? %>
<%= render "artist_commentaries/show", :artist_commentary => @post.artist_commentary %>
<% end %> <% if @post.presenter.has_nav_links?(self) %> <%= render "posts/partials/show/nav_links", :post => @post, :position => "bottom" %> <% end %>
  • Comments
  • <% if CurrentUser.is_member? && @post.visible? %>
  • Edit
  • <% end %>
  • Share
  • <% if !CurrentUser.user.is_builder? %>

    Before commenting, read the <%= link_to "how to comment guide", wiki_pages_path(:search => {:title => "howto:comment"}) %>.

    <% end %> <%= render "comments/partials/index/list", :comments => @post.comments.visible(CurrentUser.user), :post => @post, :show_header => false %>
    <% if CurrentUser.is_member? && @post.visible? %> <% end %>
    <%= render "saved_searches/interface" %>
    <% content_for(:page_title) do %> <%= @post.presenter.humanized_essential_tag_string %> - <%= Danbooru.config.app_name %> <% end %> <% content_for(:html_header) do %> <% if CurrentUser.can_approve_posts? %> <% end %> <% if Danbooru.config.enable_post_search_counts %> <% end %> <% if @post.twitter_card_supported? %> <% end %> <%= auto_discovery_link_tag(:atom, comments_url(:atom, search: { post_id: @post.id }), title: "Comments for post ##{@post.id}") %> <% end %> <%= render "posts/partials/common/secondary_links" %>