app/views/comfy/admin/blog/posts/_form.html.haml in comfy_blog-1.12.0 vs app/views/comfy/admin/blog/posts/_form.html.haml in comfy_blog-1.12.1

- old
+ new

@@ -1,7 +1,4 @@ -- content_for :right_column do - = render :partial => 'comfy/admin/cms/files/index' - = form.text_field :title, :data => {:slugify => @post.new_record?} = form.text_field :slug, :data => {:slug => true} = form.text_field :author = form.text_area :content, :data => {'cms-rich-text' => true} = form.text_area :excerpt, :class => 'short' \ No newline at end of file