4 lines
220 B
Plaintext
4 lines
220 B
Plaintext
<%= form_for [reply.thread, reply] do |f| %>
|
|
<%= render partial: "md_editor", locals: {name: "threadreply[content]", content: reply.content, mini: false} %>
|
|
<p><%= f.submit "Reply", class: "btn blue" %></p>
|
|
<% end %> |