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
589 B
16 lines
589 B
<div class="alert">
|
|
<%= svg_icon('info_circle', class: 'w-6 h-6') %>
|
|
<div>
|
|
<p class="font-bold">
|
|
<%= t('send_signature_requests_via_sms') %>
|
|
</p>
|
|
<p class="text-gray-700">
|
|
<%= t('unlock_with_docuseal_pro') %>
|
|
<br>
|
|
<a class="link font-medium" target="_blank" href="<%= Docuseal.multitenant? ? console_redirect_index_path(redir: "#{Docuseal::CONSOLE_URL}/plans") : "#{Docuseal::CLOUD_URL}/sign_up?#{{ redir: "#{Docuseal::CONSOLE_URL}/on_premises" }.to_query}" %>" data-turbo="false">
|
|
<%= t('learn_more') %>
|
|
</a>
|
|
</p>
|
|
</div>
|
|
</div>
|