Sha256: db4ec94038c381459a56d247968130a869032592cd8f6b9eb6b7b951c9a4fcbe

Contents?: true

Size: 1023 Bytes

Versions: 21

Compression:

Stored size: 1023 Bytes

Contents

.row
  .span3
    %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', ''
      = 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

21 entries across 21 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.23 app/views/imports/events/_pending.html.haml
artfully_ose-1.2.0.pre.21 app/views/imports/events/_pending.html.haml
artfully_ose-1.2.0.pre.20 app/views/imports/events/_pending.html.haml
artfully_ose-1.2.0.pre.19 app/views/imports/events/_pending.html.haml
artfully_ose-1.2.0.pre.18 app/views/imports/events/_pending.html.haml
artfully_ose-1.2.0.pre.17 app/views/imports/events/_pending.html.haml
artfully_ose-1.2.0.pre.16 app/views/imports/events/_pending.html.haml
artfully_ose-1.2.0.pre.15 app/views/imports/events/_pending.html.haml
artfully_ose-1.2.0.pre.12 app/views/imports/events/_pending.html.haml
artfully_ose-1.2.0.pre.11 app/views/imports/events/_pending.html.haml
artfully_ose-1.2.0.pre.10 app/views/imports/events/_pending.html.haml
artfully_ose-1.2.0.pre.9 app/views/imports/events/_pending.html.haml
artfully_ose-1.2.0.pre.8 app/views/imports/events/_pending.html.haml
artfully_ose-1.2.0.pre.7 app/views/imports/events/_pending.html.haml
artfully_ose-1.2.0.pre.6 app/views/imports/events/_pending.html.haml
artfully_ose-1.2.0.pre.5 app/views/imports/events/_pending.html.haml
artfully_ose-1.2.0.pre.4 app/views/imports/events/_pending.html.haml
artfully_ose-1.2.0.pre.3 app/views/imports/events/_pending.html.haml
artfully_ose-1.2.0.pre.2 app/views/imports/events/_pending.html.haml
artfully_ose-1.2.0.pre.1 app/views/imports/events/_pending.html.haml