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.
		
		
		
		
		
			
		
			
				
					
					
						
							17 lines
						
					
					
						
							649 B
						
					
					
				
			
		
		
	
	
							17 lines
						
					
					
						
							649 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">
 | 
						|
    <p class="text-4xl font-bold mb-4">Email Templates</p>
 | 
						|
    <div class="space-y-4">
 | 
						|
      <%= render 'signature_request_email_form' %>
 | 
						|
      <%= render 'submitter_completed_email_form' %>
 | 
						|
      <%= render 'documents_copy_email_form' %>
 | 
						|
    </div>
 | 
						|
    <p class="text-4xl font-bold mb-4 mt-8">Company Logo</p>
 | 
						|
    <%= render 'logo_form' %>
 | 
						|
    <p class="text-4xl font-bold mb-4 mt-8">Submitter Form</p>
 | 
						|
    <%= render 'form_completed_button_form' %>
 | 
						|
  </div>
 | 
						|
  <div class="w-0 md:w-52"></div>
 | 
						|
</div>
 |