Email SMTP
<% value = @encrypted_config.value || {} %>
<%= form_for @encrypted_config, url: settings_email_index_path, method: :post, html: { autocomplete: 'off', class: 'space-y-4' } do |f| %>
diff --git a/app/views/notifications_settings/index.html.erb b/app/views/notifications_settings/index.html.erb
index 7f408c52..8703c440 100644
--- a/app/views/notifications_settings/index.html.erb
+++ b/app/views/notifications_settings/index.html.erb
@@ -1,6 +1,6 @@
<%= render 'shared/settings_nav' %>
-
+
<%= t('email_notifications') %>
diff --git a/app/views/personalization_settings/show.html.erb b/app/views/personalization_settings/show.html.erb
index 3ea5d1db..20ea3c78 100644
--- a/app/views/personalization_settings/show.html.erb
+++ b/app/views/personalization_settings/show.html.erb
@@ -1,6 +1,6 @@
<%= render 'shared/settings_nav' %>
-
+
<%= t('email_templates') %>
diff --git a/app/views/profile/index.html.erb b/app/views/profile/index.html.erb
index f5945d7f..6444c53f 100644
--- a/app/views/profile/index.html.erb
+++ b/app/views/profile/index.html.erb
@@ -1,6 +1,6 @@
<%= render 'shared/settings_nav' %>
-
+
<%= t('profile') %>
diff --git a/app/views/shared/_settings_nav.html.erb b/app/views/shared/_settings_nav.html.erb
index 1a8f1fee..c2d9bc3a 100644
--- a/app/views/shared/_settings_nav.html.erb
+++ b/app/views/shared/_settings_nav.html.erb
@@ -1,166 +1,168 @@
<% expanded = local_assigns[:expanded] %>
-<% unless expanded %>
-
-<% end %>
-
-
-