Topic: <%= @forum_topic.title %> <% if @forum_topic.is_deleted? %> (deleted) <% end %>

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.

<% end %> <%= render "forum_posts/listing", :forum_posts => @forum_posts %> <% if CurrentUser.is_member? %>

<%= link_to "Reply »".html_safe, new_forum_post_path(:topic_id => @forum_topic.id), :id => "new-response-link" %>

<% end %> <%= numbered_paginator(@forum_posts) %>
<%= render "secondary_links" %> <%= content_for(:page_title) do %> Forum - <%= @forum_topic.title %> - <%= Danbooru.config.app_name %> <% end %> <%= content_for(:html_header) do %> <% end %>