Fix #4537: Forum quoting broken in topics where user has a reply.

This commit is contained in:
evazion
2020-07-06 16:02:19 -05:00
parent 40a114c99c
commit 7dfc783f2c
2 changed files with 7 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
<%= error_messages_for("forum_post") %>
<%= edit_form_for(forum_post) do |f| %>
<%= edit_form_for(forum_post, namespace: "forum_post_#{forum_post.id}") do |f| %>
<%= f.input :body, as: :dtext %>
<%= f.button :submit, "Submit" %>