app/views/imports/donations/_pending.html.haml in artfully_ose-1.2.0.beta.1 vs app/views/imports/donations/_pending.html.haml in artfully_ose-1.2.0.pre
- old
+ new
@@ -4,10 +4,10 @@
%p This import was created at: <br> #{l import.created_at}
%p To discard this import and start over, click "Delete"
%p To pause this import and come back later, click "Back"
.btn-group
- = icon_link_to "Back", new_import_path(:type => import.kind), 'fa-share', 'btn', ''
+ = icon_link_to "Back", new_import_path(:type => import.kind), 'icon-share-alt', 'btn', ''
= link_to "Delete", import_path(import), :data => {:confirm => "Are you sure you want to delete this import?"}, :method => :delete, :class => "btn btn-danger"
.span9
.well
.row-fluid