feat: discussions mention notifications

This commit is contained in:
Jannat Patel
2023-11-21 13:32:12 +05:30
parent d314287883
commit 8cdaa7877a
4 changed files with 103 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
<p>
{{ _("{0} mentioned you in a comment in your batch.").format(sender) }}
</p>
<p>
<blockquote>
{{ content | markdown }}
</blockquote>
</p>
<div class="more-info">
<a href="{{ batch_link }}">{{ _("Open Batch") }}</a>
</div>