<%= @topic.title %>
<%= link_to "Edit", edit_post_path(@post) if can? :update, @post %> <%= link_to "Delete", @post, :confirm => "Are you sure?", :method => :delete if can? :destroy, @post %>
<%= @post.body.bbcode_to_html(@my_blockquote).html_safe %>

<%= link_to "Back to Forum", forum_path(@topic.forum) %>