sync
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
<div class="comment-preview"></div>
|
||||
|
||||
<% form_tag(comments_path) do %>
|
||||
<%= form_tag(comments_path) do %>
|
||||
<%= hidden_field "comment", "post_id", :value => post.id%>
|
||||
<%= text_area "comment", "body", :size => "60x7" %><br>
|
||||
<%= submit_tag "Post" %>
|
||||
|
||||
Reference in New Issue
Block a user