add ckeditor to reply field

This commit is contained in:
rulingcom 2026-06-09 17:27:50 +08:00
parent 114b3b31b3
commit ef6e8a44a8
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@
<div class="control-group">
<%= f.label :reply, class: "control-label muted" %>
<div class="controls">
<%= f.text_area :reply, rows: 10, style: 'max-width: 500px; width: 100%;' %>
<%= f.text_area :reply, rows: 10, style: 'max-width: 500px; width: 100%;', class: 'ckeditor' %>
</div>
</div>
<div class="control-group">