Sha256: 602556bd308bec537efec56bc96095427c0a4ca825ee5008a2a5df2c79eb7dda

Contents?: true

Size: 1.08 KB

Versions: 6

Compression:

Stored size: 1.08 KB

Contents

.row
  .span3
    %p="#{pluralize(@import.import_rows.length, 'donation')} in this import file."
    %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', ''
      = 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
        .span9
          %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"
    
    %center
      .alert.alert-info
        Import previews are temporarily not available.  
        %br
        You can still apporve your import by clicking the green "Approve" button above.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.beta.1 app/views/imports/donations/_pending.html.haml
artfully_ose-1.2.0.alpha.2 app/views/imports/donations/_pending.html.haml
artfully_ose-1.2.0.alpha.1 app/views/imports/donations/_pending.html.haml
artfully_ose-1.2.0.pre.27 app/views/imports/donations/_pending.html.haml
artfully_ose-1.2.0.pre.26 app/views/imports/donations/_pending.html.haml
artfully_ose-1.2.0.pre.24 app/views/imports/donations/_pending.html.haml