Files
docuseal/app/views/submitter_mailer/documents_copy_email.html.erb
T
2023-08-16 23:51:55 +03:00

14 lines
392 B
Plaintext

<p>Hi there,</p>
<p>Please check the copy of your "<%= @submitter.submission.template.name %>" submission in the email attachments.</p>
<p>Alternatively, you can download the copy using:</p>
<% @documents.each do |document| %>
<ul>
<li>
<%= link_to document.filename.to_s, rails_blob_url(document) %>
</li>
</ul>
<% end %>
<p>
Thanks,<br><%= @current_account.name %>
</p>