13 lines
356 B
Plaintext
13 lines
356 B
Plaintext
<div id="c-forum-topics">
|
|
<div id="a-show" class="single-forum-post list-of-forum-posts">
|
|
<h1>Topic: <%= @forum_post.topic.title %></h1>
|
|
<%= render "forum_post", :forum_post => @forum_post %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "forum_topics/secondary_links" %>
|
|
|
|
<% content_for(:page_title) do %>
|
|
Forum Post - <%= Danbooru.config.app_name %>
|
|
<% end %>
|