We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ca330 commit 721dd14Copy full SHA for 721dd14
client/pages/config/email.vue
@@ -1,6 +1,14 @@
1
<template>
2
<div>
3
<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
+
12
<form @submit.prevent="submitForm">
13
<div class="flex items-center -mx-1 mb-2">
14
<div class="w-full md:w-3/4 px-1">
@@ -263,4 +271,4 @@ export default {
263
271
},
264
272
beforeDestroy() {}
265
273
}
266
-</script>
274
+</script>
0 commit comments