Skip to content

Commit

Permalink
Merge pull request #2929 from nichwall/email_guide_link
Browse files Browse the repository at this point in the history
Add: link to guide for email settings
  • Loading branch information
advplyr authored May 5, 2024
2 parents ce98bcc + 721dd14 commit 4e1406f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion client/pages/config/email.vue
Original file line number Diff line number Diff line change
@@ -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">
Expand Down Expand Up @@ -263,4 +271,4 @@ export default {
},
beforeDestroy() {}
}
</script>
</script>

0 comments on commit 4e1406f

Please sign in to comment.