app/views/imports/people/_imported.html.haml in artfully_ose-1.2.0.pre.23 vs app/views/imports/people/_imported.html.haml in artfully_ose-1.2.0.pre.24

- old
+ new

@@ -22,11 +22,11 @@ - 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', '', '' + %td=icon_link_to "", person_path(message.person), 'fa-share', '', '' = will_paginate @messages, :param_name => 'messages_page' - unless @people.empty? %h4 Imported %p These people were imported. @@ -39,10 +39,10 @@ - @people.each_with_index do |row, index| %tr %td=row.email %td=row.first_name %td=row.last_name - %td=icon_link_to "", person_path(row), 'icon-share-alt', '', '' + %td=icon_link_to "", person_path(row), 'fa-share', '', '' = will_paginate @people #recall.modal .modal-header