tap/app/views/application/_form_fancy_text_area.html.erb
2014-12-09 14:39:27 +01:00

5 lines
111 B
Plaintext

<div class="form-group">
<%= f.label tag %>:
<%= f.text_area tag, class: 'form-control ckeditor' %>
</div>