about summary refs log tree commit diff stats
path: root/app/views/admin/blogs
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/blogs')
-rw-r--r--app/views/admin/blogs/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/blogs/_form.html.haml b/app/views/admin/blogs/_form.html.haml index 36925af..80a1b00 100644 --- a/app/views/admin/blogs/_form.html.haml +++ b/app/views/admin/blogs/_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