<%= render :partial => "posts/partials/show/notices", :locals => {:post => @post} %>
<%= @post.presenter.image_html(self) %>
  • Comments
  • Notes
  • Edit
  • <%= render :partial => "comments/partials/index/list", :locals => {: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 :partial => "posts/partials/show/edit", :locals => {: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 :partial => "posts/partials/common/secondary_links" %>