diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-11 11:39:16 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-11 11:39:16 -0400 |
commit | 3a628945ade35f3ba351ba90e271608520753174 (patch) | |
tree | 05c496db4cf11aec1e334336858bf3fafff0c9e0 /app/views/admin/streams/_form.html.haml | |
parent | ffcc44d1a73ae1191e835fa625f2f8a7e3e25bda (diff) | |
download | thoughts-3a628945ade35f3ba351ba90e271608520753174.tar.gz thoughts-3a628945ade35f3ba351ba90e271608520753174.tar.bz2 thoughts-3a628945ade35f3ba351ba90e271608520753174.zip |
Removed ckeditor
Diffstat (limited to 'app/views/admin/streams/_form.html.haml')
-rw-r--r-- | app/views/admin/streams/_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
7 | = f.text_field :slug, placeholder: "insert-slug-here" | 7 | = f.text_field :slug, placeholder: "insert-slug-here" |
8 | .body-field | 8 | .body-field |
9 | = f.label :body | 9 | = f.label :body |
10 | = f.cktext_area :body | 10 | = f.text_area :body |
11 | %fieldset#details | 11 | %fieldset#details |
12 | - if f.object.errors.any? | 12 | - if f.object.errors.any? |
13 | #errors.details-module | 13 | #errors.details-module |