about summary refs log tree commit diff stats
path: root/app/views/admin/updates
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-11 11:39:16 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-11 11:39:16 -0400
commit3a628945ade35f3ba351ba90e271608520753174 (patch)
tree05c496db4cf11aec1e334336858bf3fafff0c9e0 /app/views/admin/updates
parentffcc44d1a73ae1191e835fa625f2f8a7e3e25bda (diff)
downloadthoughts-3a628945ade35f3ba351ba90e271608520753174.tar.gz
thoughts-3a628945ade35f3ba351ba90e271608520753174.tar.bz2
thoughts-3a628945ade35f3ba351ba90e271608520753174.zip
Removed ckeditor
Diffstat (limited to 'app/views/admin/updates')
-rw-r--r--app/views/admin/updates/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
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 @@
4 = f.text_field :title, value: @stream.title, readonly: true 4 = f.text_field :title, value: @stream.title, readonly: true
5 .body-field 5 .body-field
6 = f.label :body 6 = f.label :body
7 = f.cktext_area :body 7 = f.text_area :body
8%fieldset#details 8%fieldset#details
9 - if f.object.errors.any? 9 - if f.object.errors.any?
10 #errors.details-module 10 #errors.details-module