mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
5 lines
179 B
Plaintext
5 lines
179 B
Plaintext
<%# Just treat name fields like regular text fields %>
|
|
<%=
|
|
render partial: "content/display/attribute_value/text_area",
|
|
locals: { value: value, content: content }
|
|
%> |