app/views/imports/shared/_sidebar.html.haml in artfully_ose-1.1.0 vs app/views/imports/shared/_sidebar.html.haml in artfully_ose-1.2.0.alpha.1

- old
+ new

@@ -1,5 +1,5 @@ %p This import was created at: <br> #{l import.created_at_local_to_organization} .btn-group - = icon_link_to "Back", new_import_path(:type => import.kind), 'icon-share-alt', 'btn', '' + = icon_link_to "Back", new_import_path(:type => import.kind), 'fa-share', 'btn', '' = link_to "Delete", import_path(import), :data => {:confirm => "Are you sure you want to delete this import?"}, :method => :delete, :class => "btn btn-danger" \ No newline at end of file