app/views/imports/show.html.haml in artfully_ose-1.0.0.rc4 vs app/views/imports/show.html.haml in artfully_ose-1.1.0.rc1
- old
+ new
@@ -1,6 +1,6 @@
- in_section :imports
- content_for :header do
- %h1= t(".heading", :default => "Contact Import")
+ %h1= t(".heading", :default => "Imports")
-= render @import.status, :import => @import
+= render :partial => "imports/#{@import.kind}/#{@import.status}", :locals => {:import => @import}