<% if @forum_post.topic.present? %>

Reply to <%= @forum_post.topic.title %>

<% else %>

New Forum Post

<% end %> <%= render "forum_posts/partials/new/form", :forum_post => @forum_post %>
<%= render "forum_topics/secondary_links" %>