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.
26 lines
1.1 KiB
26 lines
1.1 KiB
<tr scope="row" class="group">
|
|
<td class="flex items-center space-x-1">
|
|
<%= svg_icon('discount_check_filled', class: 'w-6 h-6 text-green-500') %>
|
|
<span class="flex items-center">
|
|
DocuSeal Trusted Signature
|
|
<div class="tooltip ml-1" data-tip="Sign documents with trusted certificate provided by DocuSeal. Your documents and data are never shared with DocuSeal. PDF checksum is provided to generate a trusted signature.">
|
|
<%= svg_icon('circle_question', class: 'w-4 h-4 stroke-1') %>
|
|
</div>
|
|
</span>
|
|
</td>
|
|
<td>
|
|
<a href="<%= "#{Docuseal::CLOUD_URL}/sign_up?#{{ redir: "#{Docuseal::CONSOLE_URL}/on_premise" }.to_query}" %>" class="btn btn-neutral btn-sm text-white">
|
|
Upgrade to Pro
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<div class="tooltip" data-tip="Upgrade to Pro">
|
|
<%= button_to settings_esign_path, method: :put, params: { name: Docuseal::AATL_CERT_NAME }, class: 'btn btn-outline btn-neutral btn-xs whitespace-nowrap', title: t('make_default'), disabled: true do %>
|
|
<%= t('make_default') %>
|
|
<% end %>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
</td>
|
|
</tr>
|