feat: Add message content to mention email template (#2838)

This commit is contained in:
Tejaswini Chile
2021-08-18 15:28:45 +05:30
committed by GitHub
parent 20b96c7c60
commit eb80324eaa
5 changed files with 37 additions and 8 deletions

View File

@@ -1,8 +1,18 @@
<p>Hi {{user.available_name}}</p>
<style type="text/css">
.quoted-text--content {
box-sizing:border-box;
padding:8px 16px;
margin:0 0 20px;
font-size:14px;
border-left:5px solid #eeeeee
}
</style>
<p>Hi {{user.available_name}}, </p>
<p>Time to save the world. You have been mentioned in a conversation</p>
<p>You've been mentioned in a conversation. <b>{{message.sender_display_name}}</b> wrote:</p>
<blockquote class='quoted-text--content'>
{{message.text_content}}
</blockquote>
<p>
Click <a href="{{ action_url }}">here</a> to get cracking.
</p>
<p><a href="{{ action_url }}">View Message</a></p>