Sha256: 3e9a49b05d84104e24c66830113fa0b27a0783dfe3588581cdf99a9d38d18eaa

Contents?: true

Size: 445 Bytes

Versions: 35

Compression:

Stored size: 445 Bytes

Contents

.well
  .row-fluid
    .span2
      =icon_tag('184-warning@2x', {:alt => "Import error"})
    .span10
      %h3 We could not validate your file

%ul
  %p
    No records were imported because we found the following errors.  Please correct them 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.2.0.pre.11 app/views/imports/shared/_invalid.html.haml
artfully_ose-1.2.0.pre.10 app/views/imports/shared/_invalid.html.haml
artfully_ose-1.2.0.pre.9 app/views/imports/shared/_invalid.html.haml
artfully_ose-1.2.0.pre.8 app/views/imports/shared/_invalid.html.haml
artfully_ose-1.2.0.pre.7 app/views/imports/shared/_invalid.html.haml
artfully_ose-1.2.0.pre.6 app/views/imports/shared/_invalid.html.haml
artfully_ose-1.2.0.pre.5 app/views/imports/shared/_invalid.html.haml
artfully_ose-1.2.0.pre.4 app/views/imports/shared/_invalid.html.haml
artfully_ose-1.2.0.pre.3 app/views/imports/shared/_invalid.html.haml
artfully_ose-1.2.0.pre.2 app/views/imports/shared/_invalid.html.haml
artfully_ose-1.2.0.pre.1 app/views/imports/shared/_invalid.html.haml
artfully_ose-1.2.0.pre app/views/imports/shared/_invalid.html.haml
artfully_ose-1.1.0 app/views/imports/shared/_invalid.html.haml
artfully_ose-1.1.0.rc2 app/views/imports/shared/_invalid.html.haml
artfully_ose-1.1.0.rc1 app/views/imports/shared/_invalid.html.haml