mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 03:38:13 +08:00
6 lines
350 B
Plaintext
6 lines
350 B
Plaintext
<% body.forEach((message) => { %>
|
|
<p><%= linkify(message, {nl2br: true}) %></p>
|
|
<% }) %>
|
|
<br/>
|
|
<p><%= t('talk-plugin-notifications.templates.footer', organizationName) %></p>
|
|
<p><a href="<%= BASE_URL %>account/unsubscribe-notifications#<%= unsubscribeToken %>" target="_blank"><%= t('talk-plugin-notifications.templates.links.unsubscribe') %></a></p> |