New comment

<%= form_for [@post, @comment] do |f| %> <%= render partial: "md_editor", locals: {name: "comment[content]", content: @comment.content} %>

<%= f.submit class: "btn blue" %>

<% end %>