add ckeditor to reply field
This commit is contained in:
parent
114b3b31b3
commit
ef6e8a44a8
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue