add extra settings

This commit is contained in:
DocuSeal
2023-10-08 19:28:16 +03:00
parent 2474adffc2
commit 8e1354175f
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -58,6 +58,7 @@
<%= link_to 'Personalization', settings_personalization_path, class: 'text-base hover:bg-base-300' %>
</li>
<% end %>
<%= render 'shared/settings_nav_extra' %>
<% if !Docuseal.demo? && can?(:manage, EncryptedConfig) %>
<li>
<%= link_to Docuseal.multitenant? ? console_redirect_index_path : Docuseal::CONSOLE_URL, class: 'text-base hover:bg-base-300', data: { prefetch: false } do %>