adjust signing certs

This commit is contained in:
Pete Matsyburka
2024-09-26 10:58:32 +03:00
committed by Oleksandr Turchyn
parent a892975010
commit 7e537e4232
9 changed files with 58 additions and 11 deletions
+4
View File
@@ -71,6 +71,7 @@
</thead>
<tbody>
<% @pkcs_list.each do |item| %>
<% next if item['pkcs'].blank? %>
<tr scope="row" class="group">
<td>
<%= item['name'] %>
@@ -98,6 +99,9 @@
</td>
</tr>
<% end %>
<% unless Docuseal.multitenant? %>
<%= render 'default_signature_row' %>
<% end %>
</tbody>
</table>
</div>