mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
4 lines
125 B
Plaintext
4 lines
125 B
Plaintext
<%= form_for @content do |form| %>
|
|
<%= render partial: 'content/form', locals: { f: form, content: @content } %>
|
|
<% end %>
|