mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
548 B
14 lines
548 B
<% if @email_config %>
|
|
<%= render 'custom_content', content: @email_config.value['body'], submitter: @submitter, sig: @sig %>
|
|
<% else %>
|
|
<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 review and download your copy using:</p>
|
|
<p>
|
|
<%= link_to @submitter.template.name, submissions_preview_url(@submitter.submission.slug, { sig: @sig }.compact) %>
|
|
</p>
|
|
<p>
|
|
Thanks,<br><%= @current_account.name %>
|
|
</p>
|
|
<% end %>
|