app/views/ems/articles/_form.html.haml in ems-0.1.1 vs app/views/ems/articles/_form.html.haml in ems-0.1.2
- old
+ new
@@ -9,13 +9,10 @@
%li
= f.input :standfirst, :input_html => { :rows => 4 }
= render "ems/globals/lead_image", :form => f, :imageName => @article.image.url
- %li
- #button-bar.input-buttons
- = f.label :content
- = f.input_field :content, :data => {:wmd => "article_content"}
+ = render "ems/globals/content_editor", :form => f, :type=>"article"
= render "ems/globals/asset", :form => f
%fieldset{ :class=>"button"}
%ol