mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
582 B
15 lines
582 B
<div class="flex flex-wrap space-y-4 md:flex-nowrap md:space-y-0">
|
|
<%= render 'shared/settings_nav' %>
|
|
<div class="flex-grow max-w-xl mx-auto">
|
|
<h1 class="text-4xl font-bold mb-4">Email Notifications</h1>
|
|
<%= render 'email_stats' %>
|
|
<%= render 'bcc_form', config: @bcc_config %>
|
|
<div class="flex justify-between items-end mb-4 mt-8">
|
|
<h2 class="text-3xl font-bold">Sign Request Email Reminders</h2>
|
|
</div>
|
|
<%= render 'reminder_banner' %>
|
|
<%= render 'reminder_form', config: @reminder_config %>
|
|
</div>
|
|
<div class="w-0 md:w-52"></div>
|
|
</div>
|