Posted under <%= link_to @forum_topic.category_name, forum_topics_path(:search => {:category_id => @forum_topic.category_id}) %>
<% if @forum_topic.is_locked? %>This topic has been locked.
<%= link_to "Reply »".html_safe, new_forum_post_path(:topic_id => @forum_topic.id), :id => "new-response-link" %>
<% end %> <%= numbered_paginator(@forum_posts) %>