5 lines
214 B
Plaintext
5 lines
214 B
Plaintext
<h3>New comment</h3>
|
|
<%= form_for [@post, @comment] do |f| %>
|
|
<%= render partial: "md_editor", locals: {name: "comment[content]", content: @comment.content} %>
|
|
<p><%= f.submit class: "btn blue" %></p>
|
|
<% end %> |