Sha256: 6bc30ae00cf7f63a3d58cf57dc57764e3d5e62886b51927ba59d73af4e234fd4

Contents?: true

Size: 885 Bytes

Versions: 21

Compression:

Stored size: 885 Bytes

Contents

.row
  .span4
    %p This import was created at #{l import.created_at}, but has since been recalled.
    %p= link_to "Back to imports/exports", imports_path, :class => "btn"

  .span8
    .well
      %h3 This import has been recalled.

    -unless @messages.empty?
      %h4 These people had actions or orders, so we weren't able to delete them.
      %table.table.table-bordered.table-striped
        %tr
          %th{:width => 250} Email
          %th First
          %th Last
          %th 
        - @messages.each_with_index do |message, index|
          - unless message.person.nil?
            %tr
              %td=message.person.email
              %td=message.person.first_name
              %td=message.person.last_name
              %td=icon_link_to "", person_path(message.person), 'icon-share-alt', '', ''
      = will_paginate @messages, :param_name => 'messages_page'

Version data entries

21 entries across 21 versions & 1 rubygems

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