notebook/app/views/content/form/_text_input.html.erb
2016-05-03 12:09:18 -05:00

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>