-
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -690,8 +690,17 @@ application.server?.push({ | |
<a href="https://leafac.com">By Leandro Facchinetti</a> | | ||
<a href="https://github.com/leafac/kill-the-newsletter">Source</a | ||
> | | ||
<a href="mailto:[email protected]">Report Issue</a> | | ||
<a href="https://patreon.com/leafac">Patreon</a> · | ||
<a | ||
href="mailto:[email protected]?${new URLSearchParams( | ||
{ | ||
subject: "Report issue", | ||
body: "Please describe the circumstances under which you reached the issue, including any information that may be relevant, for example, browser version, operating system version, and so forth:", | ||
}, | ||
) | ||
.toString() | ||
.replaceAll("+", "%20")}" | ||
>Report Issue</a | ||
> | <a href="https://patreon.com/leafac">Patreon</a> · | ||
<a href="https://paypal.me/LeandroFacchinettiEU">PayPal</a> · | ||
<a href="https://github.com/sponsors/leafac">GitHub Sponsors</a> | ||
</small> | ||
|
@@ -769,7 +778,15 @@ application.server?.push({ | |
Newsletter! feed and wait a few minutes. If the email shows up on | ||
your feed reader, then the issue must be with the newsletter | ||
publisher and you should contact them. Otherwise, please | ||
<a href="mailto:[email protected]" | ||
<a | ||
href="mailto:[email protected]?${new URLSearchParams( | ||
{ | ||
subject: "Feed isn’t updating", | ||
body: "Have you tried sending an email to the address that corresponds to your Kill the Newsletter! feed and waited a few minutes then checked your feed reader? If the email showed up, then the issue is somewhere else (for example, email forwarding filters) and you don’t need to report this issue to Kill the Newsletter! If the email didn’t show up, then please report the issue, preferably including the address to the inbox in question:", | ||
}, | ||
) | ||
.toString() | ||
.replaceAll("+", "%20")}" | ||
>report the issue to us</a | ||
>. | ||
</p> | ||
|
@@ -1536,7 +1553,15 @@ application.server?.push({ | |
<h2>Server error.</h2> | ||
<p> | ||
Please report this issue to | ||
<a href="mailto:[email protected]" | ||
<a | ||
href="mailto:[email protected]?${new URLSearchParams( | ||
{ | ||
subject: "Report issue", | ||
body: "Please describe the circumstances under which you reached the issue, including any information that may be relevant, for example, browser version, operating system version, and so forth:", | ||
}, | ||
) | ||
.toString() | ||
.replaceAll("+", "%20")}" | ||
>[email protected]</a | ||
>. | ||
</p> | ||
|