This commit is contained in:
albert
2013-02-23 21:02:06 -05:00
parent d3e91e8290
commit d754d85bdb
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
<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>