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/streams/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/admin/streams') diff --git a/app/views/admin/streams/_form.html.haml b/app/views/admin/streams/_form.html.haml index e04a3fb..a4d8c46 100644 --- a/app/views/admin/streams/_form.html.haml +++ b/app/views/admin/streams/_form.html.haml @@ -7,7 +7,7 @@ = f.text_field :slug, placeholder: "insert-slug-here" .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