diff options
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 |