This commit is contained in:
Toks
2013-06-18 17:00:43 -04:00
parent c5b62a26fa
commit e962f755d6
4 changed files with 11 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
<p><%= link_to "Reply &raquo;".html_safe, new_forum_post_path(:topic_id => @forum_topic.id), :id => "new-response-link" %></p>
<div style="display: none;" id="topic-response">
<%= render "forum_posts/form", :forum_post => ForumPost.new(:topic_id => @forum_topic.id) %>
<%= render "forum_posts/partials/new/form", :forum_post => ForumPost.new(:topic_id => @forum_topic.id) %>
</div>
<% end %>