fix comment forms being visible everywhere

This commit is contained in:
r888888888
2013-06-18 17:27:46 -07:00
parent 6285c09124
commit 08463cdd9e

View File

@@ -1,4 +1,4 @@
<%= simple_form_for(comment) do |f| %>
<%= simple_form_for(comment, :html => {:class => "edit_comment"}) do |f| %>
<%= dtext_field "comment", "body", :value => comment.body, :input_id => "comment_body_for_#{comment.id}", :preview_id => "dtext-preview-for-#{comment.id}" %>
<%= f.button :submit, "Submit" %>
<%= dtext_preview_button "comment", "body", :input_id => "comment_body_for_#{comment.id}", :preview_id => "dtext-preview-for-#{comment.id}" %>