forum previews working
This commit is contained in:
7
app/views/forum_posts/show.html.erb
Normal file
7
app/views/forum_posts/show.html.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<div id="c-forum-topics">
|
||||
<div id="a-show" class="single-forum-post list-of-forum-posts">
|
||||
<%= render :partial => "forum_post", :locals => {:forum_post => @forum_post} %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "forum_topics/secondary_links" %>
|
||||
Reference in New Issue
Block a user