From 8e1354175fbb916a2a709ebe1a61b63b5e61a0d2 Mon Sep 17 00:00:00 2001 From: DocuSeal Date: Sun, 8 Oct 2023 19:28:16 +0300 Subject: [PATCH] add extra settings --- app/views/shared/_settings_nav.html.erb | 1 + app/views/shared/_settings_nav_extra.html.erb | 0 2 files changed, 1 insertion(+) create mode 100644 app/views/shared/_settings_nav_extra.html.erb diff --git a/app/views/shared/_settings_nav.html.erb b/app/views/shared/_settings_nav.html.erb index 2bafbb6f..5d15c220 100644 --- a/app/views/shared/_settings_nav.html.erb +++ b/app/views/shared/_settings_nav.html.erb @@ -58,6 +58,7 @@ <%= link_to 'Personalization', settings_personalization_path, class: 'text-base hover:bg-base-300' %> <% end %> + <%= render 'shared/settings_nav_extra' %> <% if !Docuseal.demo? && can?(:manage, EncryptedConfig) %>
  • <%= link_to Docuseal.multitenant? ? console_redirect_index_path : Docuseal::CONSOLE_URL, class: 'text-base hover:bg-base-300', data: { prefetch: false } do %> diff --git a/app/views/shared/_settings_nav_extra.html.erb b/app/views/shared/_settings_nav_extra.html.erb new file mode 100644 index 00000000..e69de29b