adjust signing certs
This commit is contained in:
committed by
Oleksandr Turchyn
parent
a892975010
commit
7e537e4232
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user