mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
4 lines
208 B
Plaintext
4 lines
208 B
Plaintext
<div class="input-field">
|
|
<%= f.label attribute, attribute.humanize.capitalize %>
|
|
<%= f.text_area attribute, class: 'materialize-textarea', placeholder: 'Write as little or as much as you want!' %>
|
|
</div> |