Add 'View in browser' link to the default email template. Closes #540.

This commit is contained in:
Kailash Nadh
2022-01-15 17:25:45 +05:30
parent c6d5d862e2
commit 4ddd3e803f
16 changed files with 17 additions and 0 deletions

View File

@@ -57,6 +57,7 @@
}
.footer a {
color: #888;
margin-right: 5px;
}
.gutter {
@@ -94,6 +95,7 @@
<p>
{{ L.T "email.unsubHelp" }}
<a href="{{ UnsubscribeURL }}" style="color: #888;">{{ L.T "email.unsub" }}</a>
<a href="{{ MessageURL }}" style="color: #888;">{{ L.T "email.viewInBrowser" }}</a>
</p>
<p>Powered by <a href="https://listmonk.app" target="_blank" style="color: #888;">listmonk</a></p>
</div>