fix for forum topic response

This commit is contained in:
albert
2013-01-24 14:37:39 -05:00
parent e0c563373a
commit 2f9db2399c
4 changed files with 9 additions and 2 deletions

View File

@@ -15,6 +15,8 @@
<%= render "forum_posts/listing", :forum_posts => @forum_posts %>
<p><%= link_to "Reply &raquo;".html_safe, new_forum_post_path(:topic_id => @forum_topic.id) %></p>
<%= numbered_paginator(@forum_posts) %>
</div>
</div>