app/views/ems/reports/_form.html.haml in ems-0.0.2 vs app/views/ems/reports/_form.html.haml in ems-0.0.3
- old
+ new
@@ -7,9 +7,13 @@
= f.input :title
%li
= f.input :standfirst, :input_html => { :rows => 4 }
+ = render "ems/globals/lead_image", :form => f
+
+
+
%li
#button-bar.input-buttons
= f.label :content
= f.input_field :content, :data => {:wmd => "report_content"}