Files
danbooru/app/views/forum_posts/show.html.erb
2013-02-23 21:02:06 -05:00

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 %>