|
|
|
@ -1,6 +1,6 @@
|
|
|
|
<div class="flex flex-wrap space-y-4 md:flex-nowrap md:space-y-0">
|
|
|
|
<div class="flex flex-wrap space-y-4 md:flex-nowrap md:space-y-0">
|
|
|
|
<%= render 'shared/settings_nav' %>
|
|
|
|
<%= render 'shared/settings_nav' %>
|
|
|
|
<div class="flex-grow md:max-w-xl md:mx-auto min-w-0">
|
|
|
|
<div class="flex-grow max-w-xl mx-auto min-w-0">
|
|
|
|
<h1 class="text-3xl md:text-4xl font-bold mb-4">Email SMTP</h1>
|
|
|
|
<h1 class="text-3xl md:text-4xl font-bold mb-4">Email SMTP</h1>
|
|
|
|
<% value = @encrypted_config.value || {} %>
|
|
|
|
<% value = @encrypted_config.value || {} %>
|
|
|
|
<%= form_for @encrypted_config, url: settings_email_index_path, method: :post, html: { autocomplete: 'off', class: 'space-y-4' } do |f| %>
|
|
|
|
<%= form_for @encrypted_config, url: settings_email_index_path, method: :post, html: { autocomplete: 'off', class: 'space-y-4' } do |f| %>
|
|
|
|
|