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.
16 lines
554 B
16 lines
554 B
<p>
|
|
---
|
|
</p>
|
|
<p>
|
|
<% if @current_account&.testing? %>
|
|
<%= t('sent_using_product_name_in_testing_mode_html', product_url: "#{Wabosign::PRODUCT_EMAIL_URL}/start", product_name: Wabosign.product_name) %>
|
|
<% else %>
|
|
<%= t('sent_using_product_name_free_document_signing_html', product_url: "#{Wabosign::PRODUCT_EMAIL_URL}/start", product_name: Wabosign.product_name) %>
|
|
<% end %>
|
|
</p>
|
|
<p style="font-size: 11px; opacity: 0.7;">
|
|
<%= t('based_on') %>
|
|
<a href="<%= Wabosign::UPSTREAM_URL %>"><%= Wabosign::UPSTREAM_NAME %></a>
|
|
(AGPLv3)
|
|
</p>
|