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">
|
|
<%= t('docuseal_trusted_signature') %>
|
|
<div class="tooltip ml-1" data-tip="<%= t('sign_documents_with_trusted_certificate_provided_by_docu_seal_your_documents_and_data_are_never_shared_with_docu_seal_p_d_f_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">
|
|
<%= t('unlock_with_docuseal_pro') %>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<div class="tooltip" data-tip="<%= t('unlock_with_docuseal_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>
|