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

32 lines
1.1 KiB
HTML

<p style="margin: 0;">
A proposal you follow, <strong>{{ args.proposal.title }}</strong>, has
posted an update:
</p>
<div style="margin: 10px 0; padding: 20px; background: #F8F8F8;">
<h2 style="margin: 0 0 20px 0; font-size: 20px; font-weight: bold;">
{{ args.proposal_update.title }}
</h2>
<p style="margin: 0;">{{ args.preview }}</p>
</div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#ffffff" align="center" style="padding: 40px 30px 40px 30px;">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="border-radius: 3px;" bgcolor="#530EEC">
<a
href="{{ args.update_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 #530EEC; display: inline-block;"
>
View the full update
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>