add extra links

This commit is contained in:
Pete Matsyburka
2024-06-26 13:34:47 +03:00
parent 6b5adc2504
commit fbc649ab59
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -86,6 +86,7 @@
<%= link_to 'SSO', settings_sso_index_path, class: 'text-base hover:bg-base-300' %>
</li>
<% end %>
<%= render 'shared/settings_nav_extra2' %>
<% if (can?(:manage, EncryptedConfig) && current_user == true_user) || (current_user != true_user && current_account.testing?) %>
<li>
<%= form_for '', url: testing_account_path, method: current_account.testing? ? :delete : :get, html: { class: 'flex w-full' } do |f| %>