|
|
|
@ -141,7 +141,7 @@
|
|
|
|
<%= t('preferences') %>
|
|
|
|
<%= t('preferences') %>
|
|
|
|
</h2>
|
|
|
|
</h2>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<% if can?(:manage, account_config) && (can?(:manage, :personalization_advanced) || !Docuseal.multitenant?) %>
|
|
|
|
<% if can?(:manage, account_config) && (can?(:manage, :personalization_advanced) || account_config.persisted?) %>
|
|
|
|
<%= form_for account_config, url: account_configs_path, method: :post do |f| %>
|
|
|
|
<%= form_for account_config, url: account_configs_path, method: :post do |f| %>
|
|
|
|
<%= f.hidden_field :key %>
|
|
|
|
<%= f.hidden_field :key %>
|
|
|
|
<div class="flex items-center justify-between py-2.5">
|
|
|
|
<div class="flex items-center justify-between py-2.5">
|
|
|
|
|