Untitled
unknown
plain_text
2 years ago
927 B
6
Indexable
<!-- 1 Col Button -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding-bottom: 30px;" class="plr-15" align="left">
<!-- Button -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="btn" style="border-radius: 4px; padding: 12px; border: 1px solid #4076DD; color:#ffffff; font-family:'Roboto', Arial,sans-serif; font-size:16px; line-height:20px; text-align:center;">
<a href="{{ email.invite_actions.decline.link }}" target="_blank" class="link" style="color:#4076DD; text-decoration:none;"><strong class="link" style="color:#4076DD; text-decoration:none;">{{ email.invite_actions.decline.label }}</strong></a>
</td>
</tr>
</table>
<!-- END Button -->
</td>
</tr>
</table>
<!-- END 1 Col Button -->
Editor is loading...