diff --git a/app/views/posts/_form.haml b/app/views/posts/_form.haml index bf76d6f0..44818631 100644 --- a/app/views/posts/_form.haml +++ b/app/views/posts/_form.haml @@ -28,8 +28,7 @@ placeholder: t('posts.title') .form-group{class: direction} = text_area_tag 'post[content]', @post.content, autofocus: true, - class: 'post-content', - cols: 72, wrap: 'hard' + class: 'post-content' .form-group = label_tag 'post_date', t('posts.date') = date_field 'post', 'date', value: @post.date.try(:strftime, '%F'),