Skip to content

Commit 721dd14

Browse files
committed
Add: link to guide for email settings
1 parent 15ca330 commit 721dd14

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

client/pages/config/email.vue

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
<template>
22
<div>
33
<app-settings-content :header-text="$strings.HeaderEmailSettings" :description="''">
4+
<template #header-items>
5+
<ui-tooltip :text="$strings.LabelClickForMoreInfo" class="inline-flex ml-2">
6+
<a href="https://www.audiobookshelf.org/guides/send_to_ereader" target="_blank" class="inline-flex">
7+
<span class="material-icons text-xl w-5 text-gray-200">help_outline</span>
8+
</a>
9+
</ui-tooltip>
10+
</template>
11+
412
<form @submit.prevent="submitForm">
513
<div class="flex items-center -mx-1 mb-2">
614
<div class="w-full md:w-3/4 px-1">
@@ -263,4 +271,4 @@ export default {
263271
},
264272
beforeDestroy() {}
265273
}
266-
</script>
274+
</script>

0 commit comments

Comments
 (0)