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

@@ -1,6 +1,6 @@
<%= error_messages_for("forum_post") %>
<%= simple_form_for(@forum_post) do |f| %>
<%= simple_form_for(forum_post) do |f| %>
<%= f.input :topic_id, :as => :hidden %>
<%= dtext_field "forum_post", "body" %>