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.
18 lines
651 B
18 lines
651 B
<p>
|
|
---
|
|
</p>
|
|
<% brand = Wabosign.branded_product_name(@current_account) %>
|
|
<p>
|
|
<% if @current_account&.testing? %>
|
|
<%= t('sent_using_product_name_in_testing_mode_html', product_url: "#{Wabosign::PRODUCT_EMAIL_URL}/start", product_name: brand) %>
|
|
<% else %>
|
|
<%= t('sent_using_product_name_free_document_signing_html', product_url: "#{Wabosign::PRODUCT_EMAIL_URL}/start", product_name: brand) %>
|
|
<% end %>
|
|
</p>
|
|
<%# AGPL §7(b) DocuSeal attribution. Do not remove or rebrand. %>
|
|
<p style="font-size: 11px; opacity: 0.7;">
|
|
<%= t('based_on') %>
|
|
<a href="<%= Wabosign::UPSTREAM_URL %>"><%= Wabosign::UPSTREAM_NAME %></a>
|
|
(AGPLv3)
|
|
</p>
|