app/views/imports/donations/_pending.html.haml in artfully_ose-1.1.0 vs app/views/imports/donations/_pending.html.haml in artfully_ose-1.2.0.alpha.1
- old
+ new
@@ -4,11 +4,11 @@
%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), '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"
.span9
.well
.row-fluid
@@ -16,26 +16,10 @@
%h3 This import is pending your approval
Click "Approve" to import this data into Artful.ly
.span3
= link_to "Approve", approve_import_path(import), :data => {:confirm => "Are you sure you want to approve this import?"}, :class => "btn btn-success btn-large"
- %table.table.table-bordered.table-striped
- %tr
- %th Email
- %th First
- %th Last
- %th Date
- %th Amount
- %th Type
- %th
- - @parsed_rows.each_with_index do |row, index|
- %tr
- %td=row.email
- %td=row.first
- %td=row.last
- %td=row.donation_date
- %td=number_as_cents row.amount
- %td=row.donation_type
- %td
- =icon_link_to("", "#row#{index}", ' icon-zoom-in', '', '', {'data-toggle' => 'modal'})
- =render :partial => "imports/shared/inspect_modal", :locals => {:row => row, :index => index, :keys => ParsedRow::DONATION_FIELDS.keys }
- = will_paginate @parsed_rows
+ %center
+ .alert.alert-info
+ Import previews are temporarily not available.
+ %br
+ You can still apporve your import by clicking the green "Approve" button above.