houdini/app/views/import_mailer/import_completed_notification.html.erb

13 lines
649 B
Text
Raw Normal View History

2020-06-12 20:03:43 +00:00
<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
<p>Your import from <%= Format::Date.simple @import.date %> was completed successfully.</p>
<p>To view your new supporter data, visit: <a href='<%= root_url %>nonprofits/<%= @nonprofit.id %>/supporters'>supporter management.</a></p>
<p>To view your new payments data, visit: <a href='<%= root_url %>nonprofits/<%= @nonprofit.id %>/payments'>payment history.</a></p>
2020-06-10 22:31:47 +00:00
<p>If you have any questions about this import, please contact <%= Houdini.support_email %>.</p>
<%= render 'emails/sig' %>