<%= render "posts/partials/show/notices", :post => @post %>
<%= @post.presenter.image_html(self) %>
  • Comments
  • Notes
  • Edit
  • <%= render "comments/partials/index/list", :comments => @post.comments, :post => @post, :show_header => false %>
    <% if @post.notes.active.empty? %>

    There are no notes.

    <% end %> <%= render :partial => "notes/note", :collection => @post.notes.active %>
    <%= render "posts/partials/show/edit", :post => @post %>
    <%= render :template => "post_flags/new" %>
    <%= render :template => "post_appeals/new" %>
    <%= render :template => "pool_elements/new" %>
    <% content_for(:page_title) do %> /p/<%= @post.tag_string %> <% end %> <% content_for(:html_header) do %> <% end %> <%= render "posts/partials/common/secondary_links" %>