Sha256: d316047fdb90c0179dc3fdc42c41bdbe8d2d4a650a13967e3ae9f2aa4988060a

Contents?: true

Size: 564 Bytes

Versions: 2

Compression:

Stored size: 564 Bytes

Contents

.row

  .span4
    %h3 Import Failed

    %p This import was created at: <br> #{l import.created_at}

    %p= link_to "Delete this import", import_path(import), :data => {:confirm => "Are you sure you want to delete this import?"}, :method => :delete, :class => "btn"
    %p= link_to "Back to imports/exports", imports_path, :class => "btn"

  .span8

    %h3 There was an error during import

    %ul
      - @import.import_errors.each do |error|
        %li
          %h4= error.error_message
          - if error.row_data
            %p= error.row_data.inspect

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
artfully_ose-1.0.0.rc4 app/views/imports/_failed.html.haml
artfully_ose-1.0.0.rc3 app/views/imports/_failed.html.haml