|
|
|
@ -1,15 +1,15 @@
|
|
|
|
<tr scope="row" class="group">
|
|
|
|
<tr scope="row" class="group">
|
|
|
|
<td class="flex items-center space-x-1">
|
|
|
|
<td class="flex items-center space-x-1">
|
|
|
|
<%= svg_icon('discount_check_filled', class: 'w-6 h-6 text-green-500') %>
|
|
|
|
<%= svg_icon('discount_check_filled', class: 'w-6 h-6 shrink-0 text-green-500') %>
|
|
|
|
<span class="flex items-center">
|
|
|
|
<span class="flex items-center whitespace-nowrap">
|
|
|
|
<%= t('docuseal_trusted_signature') %>
|
|
|
|
<%= 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') %>">
|
|
|
|
<div class="tooltip ml-1 shrink-0" 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') %>
|
|
|
|
<%= svg_icon('circle_question', class: 'w-4 h-4 stroke-1 shrink-0') %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<td>
|
|
|
|
<a href="<%= "#{Docuseal::CLOUD_URL}/sign_up?#{{ redir: "#{Docuseal::CONSOLE_URL}/on_premises" }.to_query}" %>" class="btn btn-neutral btn-sm text-white">
|
|
|
|
<a href="<%= "#{Docuseal::CLOUD_URL}/sign_up?#{{ redir: "#{Docuseal::CONSOLE_URL}/on_premises" }.to_query}" %>" class="btn btn-neutral btn-sm text-white whitespace-nowrap">
|
|
|
|
<%= t('unlock_with_docuseal_pro') %>
|
|
|
|
<%= t('unlock_with_docuseal_pro') %>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
|