add ability to use own signing cert

This commit is contained in:
Alex Turchyn
2023-08-31 01:12:24 +03:00
parent c9f39e7b1a
commit d3a5f36555
17 changed files with 296 additions and 78 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
</li>
<% end %>
<li>
<%= link_to settings_esign_index_path, class: 'flex items-center' do %>
<%= link_to settings_esign_path, class: 'flex items-center' do %>
<%= svg_icon('zoom_check', class: 'w-5 h-5 stroke-2') %>
<span class="mr-1">Verify PDF</span>
<% end %>
+1 -1
View File
@@ -18,7 +18,7 @@
</li>
<% end %>
<li>
<%= link_to 'Signature', settings_esign_index_path, class: 'text-base hover:bg-base-300' %>
<%= link_to 'E-Signature', settings_esign_path, class: 'text-base hover:bg-base-300' %>
</li>
<li>
<%= link_to 'Team', settings_users_path, class: 'text-base hover:bg-base-300' %>