mirror of https://github.com/halo-dev/halo
[release-2.13] chore: update the link to view notifications in the email template (#5461)
This is an automated cherry-pick of #5459 /assign ruibaby ```release-note None ```release-2.13
parent
947326113e
commit
56668df400
|
@ -149,7 +149,7 @@ public class EmailNotifier implements ReactiveNotifier {
|
||||||
<a th:href="${site.url}" th:text="${site.title}"></a>
|
<a th:href="${site.url}" th:text="${site.title}"></a>
|
||||||
<p class="unsubscribe">
|
<p class="unsubscribe">
|
||||||
—<br />请勿直接回复此邮件,
|
—<br />请勿直接回复此邮件,
|
||||||
<a th:href="|${site.url}/console/users/-/notifications|">查看通知</a>
|
<a th:href="|${site.url}/uc/notifications|">查看通知</a>
|
||||||
或
|
或
|
||||||
<a th:href="${unsubscribeUrl}">取消订阅</a>。
|
<a th:href="${unsubscribeUrl}">取消订阅</a>。
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue