<% if current_user %>

New comment

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

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

<% end %> <% end %>