From 3a628945ade35f3ba351ba90e271608520753174 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 11 Oct 2023 11:39:16 -0400 Subject: Removed ckeditor --- app/views/admin/updates/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/admin/updates') diff --git a/app/views/admin/updates/_form.html.haml b/app/views/admin/updates/_form.html.haml index 9dd8741..f20e5a0 100644 --- a/app/views/admin/updates/_form.html.haml +++ b/app/views/admin/updates/_form.html.haml @@ -4,7 +4,7 @@ = f.text_field :title, value: @stream.title, readonly: true .body-field = f.label :body - = f.cktext_area :body + = f.text_area :body %fieldset#details - if f.object.errors.any? #errors.details-module -- cgit 1.4.1