add inline forum editing

This commit is contained in:
albert
2013-02-17 14:12:31 -05:00
parent e8ba363b83
commit ff68644a2e
9 changed files with 21 additions and 7 deletions

View File

@@ -17,6 +17,10 @@
<p><%= link_to "Reply &raquo;".html_safe, new_forum_post_path(:topic_id => @forum_topic.id) %></p>
<div id="topic-response">
<%= render "forum_posts/form", :forum_post => ForumPost.new(:topic_id => @forum_topic.id) %>
</div>
<%= numbered_paginator(@forum_posts) %>
</div>
</div>