zcash-grant-system/backend/grant/templates/emails/proposal_comment.html

21 lines
1.0 KiB
HTML
Raw Normal View History

<p style="margin: 0 0 20px;">
Your proposal <strong>{{ args.proposal.title }}</strong> just received a comment from
<a href="{{ args.author_url }}" target="_blank">{{ args.author.display_name }}</a>.
2019-01-23 07:00:30 -08:00
</p>
2019-01-23 07:00:30 -08:00
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#ffffff" align="center" style="padding: 40px 30px 40px 30px;">
2019-01-23 07:00:30 -08:00
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="border-radius: 3px;" bgcolor="{{ UI.PRIMARY }}">
2019-01-23 07:00:30 -08:00
<a href="{{ args.comment_url }}" target="_blank"
style="font-size: 20px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; color: #ffffff; text-decoration: none; padding: 20px 50px; border-radius: 4px; border: 1px solid {{ UI.PRIMARY }}; display: inline-block;">
2019-01-23 07:00:30 -08:00
View their comment
</a>
</td>
</tr>
</table>
</td>
2019-01-23 07:00:30 -08:00
</tr>
</table>