mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Merge pull request #2929 from nichwall/email_guide_link
Add: link to guide for email settings
This commit is contained in:
		
						commit
						4e1406f612
					
				@ -1,6 +1,14 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <div>
 | 
			
		||||
    <app-settings-content :header-text="$strings.HeaderEmailSettings" :description="''">
 | 
			
		||||
      <template #header-items>
 | 
			
		||||
        <ui-tooltip :text="$strings.LabelClickForMoreInfo" class="inline-flex ml-2">
 | 
			
		||||
          <a href="https://www.audiobookshelf.org/guides/send_to_ereader" target="_blank" class="inline-flex">
 | 
			
		||||
            <span class="material-icons text-xl w-5 text-gray-200">help_outline</span>
 | 
			
		||||
          </a>
 | 
			
		||||
        </ui-tooltip>
 | 
			
		||||
      </template>
 | 
			
		||||
 | 
			
		||||
      <form @submit.prevent="submitForm">
 | 
			
		||||
        <div class="flex items-center -mx-1 mb-2">
 | 
			
		||||
          <div class="w-full md:w-3/4 px-1">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user