Sha256: 0f1104b3acc65722c402934cb98a18b1cc39eb529b63f67b66abddf20af753a3

Contents?: true

Size: 491 Bytes

Versions: 35

Compression:

Stored size: 491 Bytes

Contents

.well
  .row-fluid
    .span2
      =icon_tag('184-warning@2x', {:alt => "Import error"})
    .span10
      %h3 The was an error during the import

%ul
  %p
    We had to stop the import because we found the following errors.  No records have been imported.  Please correct the errors and 
    =link_to "try your import", imports_path
    again.
    
  - import.import_errors.each do |error|
    %li
      %h4= error.error_message
      - if error.row_data
        %p= error.row_data.inspect

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/imports/shared/_failed.html.haml
artfully_ose-1.3.0.pre3 app/views/imports/shared/_failed.html.haml
artfully_ose-1.3.0.pre2 app/views/imports/shared/_failed.html.haml
artfully_ose-1.3.0.pre1 app/views/imports/shared/_failed.html.haml
artfully_ose-1.2.0 app/views/imports/shared/_failed.html.haml
artfully_ose-1.2.0.beta.1 app/views/imports/shared/_failed.html.haml
artfully_ose-1.2.0.alpha.2 app/views/imports/shared/_failed.html.haml
artfully_ose-1.2.0.alpha.1 app/views/imports/shared/_failed.html.haml
artfully_ose-1.2.0.pre.27 app/views/imports/shared/_failed.html.haml
artfully_ose-1.2.0.pre.26 app/views/imports/shared/_failed.html.haml
artfully_ose-1.2.0.pre.24 app/views/imports/shared/_failed.html.haml
artfully_ose-1.2.0.pre.23 app/views/imports/shared/_failed.html.haml
artfully_ose-1.2.0.pre.21 app/views/imports/shared/_failed.html.haml
artfully_ose-1.2.0.pre.20 app/views/imports/shared/_failed.html.haml
artfully_ose-1.2.0.pre.19 app/views/imports/shared/_failed.html.haml
artfully_ose-1.2.0.pre.18 app/views/imports/shared/_failed.html.haml
artfully_ose-1.2.0.pre.17 app/views/imports/shared/_failed.html.haml
artfully_ose-1.2.0.pre.16 app/views/imports/shared/_failed.html.haml
artfully_ose-1.2.0.pre.15 app/views/imports/shared/_failed.html.haml
artfully_ose-1.2.0.pre.12 app/views/imports/shared/_failed.html.haml