|
|
|
@ -1,26 +1,28 @@
|
|
|
|
<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 max-w-xl mx-auto">
|
|
|
|
<div class="flex-grow max-w-xl mx-auto">
|
|
|
|
<p class="text-4xl font-bold mb-4">
|
|
|
|
<h1 id="email-templates-heading" class="text-4xl font-bold mb-4">
|
|
|
|
<%= t('email_templates') %>
|
|
|
|
<%= t('email_templates') %>
|
|
|
|
</p>
|
|
|
|
</h1>
|
|
|
|
<div class="space-y-4">
|
|
|
|
<section aria-labelledby="email-templates-heading" class="space-y-4">
|
|
|
|
<%= render 'signature_request_email_form' %>
|
|
|
|
<%= render 'signature_request_email_form' %>
|
|
|
|
<%= render 'documents_copy_email_form' %>
|
|
|
|
<%= render 'documents_copy_email_form' %>
|
|
|
|
<%= render 'submitter_completed_email_form' %>
|
|
|
|
<%= render 'submitter_completed_email_form' %>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<p class="text-4xl font-bold mb-4 mt-8">
|
|
|
|
<h2 id="company-logo-heading" class="text-4xl font-bold mb-4 mt-8">
|
|
|
|
<%= t('company_logo') %>
|
|
|
|
<%= t('company_logo') %>
|
|
|
|
</p>
|
|
|
|
</h2>
|
|
|
|
<%= render 'logo_form' %>
|
|
|
|
<section aria-labelledby="company-logo-heading" class="space-y-4">
|
|
|
|
<p class="text-4xl font-bold mb-4 mt-8">
|
|
|
|
<%= render 'logo_form' %>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<h2 id="submission-form-heading" class="text-4xl font-bold mb-4 mt-8">
|
|
|
|
<%= t('submission_form') %>
|
|
|
|
<%= t('submission_form') %>
|
|
|
|
</p>
|
|
|
|
</h2>
|
|
|
|
<div class="space-y-4">
|
|
|
|
<section aria-labelledby="submission-form-heading" class="space-y-4">
|
|
|
|
<%= render 'form_completed_message_form' %>
|
|
|
|
<%= render 'form_completed_message_form' %>
|
|
|
|
<%= render 'form_completed_button_form' %>
|
|
|
|
<%= render 'form_completed_button_form' %>
|
|
|
|
<%= render 'form_policy_links_form' %>
|
|
|
|
<%= render 'form_policy_links_form' %>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<%= render 'form_customization_settings' %>
|
|
|
|
<%= render 'form_customization_settings' %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="w-0 md:w-52"></div>
|
|
|
|
<div class="w-0 md:w-52"></div>
|
|
|
|
|