|
|
|
|
@ -131,6 +131,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% if !Docuseal.multitenant? || can?(:manage, :disable_decline) %>
|
|
|
|
|
<% account_config = AccountConfig.find_or_initialize_by(account: current_account, key: AccountConfig::ALLOW_TO_DECLINE_KEY) %>
|
|
|
|
|
<% if can?(:manage, account_config) %>
|
|
|
|
|
<%= form_for account_config, url: account_configs_path, method: :post do |f| %>
|
|
|
|
|
@ -148,6 +149,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% account_config = AccountConfig.find_or_initialize_by(account: current_account, key: AccountConfig::FORM_PREFILL_SIGNATURE_KEY) %>
|
|
|
|
|
<% if can?(:manage, account_config) %>
|
|
|
|
|
<%= form_for account_config, url: account_configs_path, method: :post do |f| %>
|
|
|
|
|
|