6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
<h1>Edit comment</h1>
|
|
|
|
<%= simple_form_for [@comment.blogpost, @comment] do |f| %>
|
|
<%= f.input :text, :label => false, :as => "text", :placeholder => "Comment" %>
|
|
<%= f.submit %>
|
|
<% end %> |