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/games/_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/games/_form.html.haml')
-rw-r--r-- | app/views/admin/games/_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/games/_form.html.haml b/app/views/admin/games/_form.html.haml index 2ef4463..bc31c26 100644 --- a/app/views/admin/games/_form.html.haml +++ b/app/views/admin/games/_form.html.haml | |||
@@ -4,7 +4,7 @@ | |||
4 | = f.text_field :title, placeholder: "Title" | 4 | = f.text_field :title, placeholder: "Title" |
5 | .description-field | 5 | .description-field |
6 | = f.label :description | 6 | = f.label :description |
7 | = f.cktext_area :description | 7 | = f.text_area :description |
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 |