You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/app/views/shared/_email_button.html.erb

10 lines
464 B

<table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" style="margin: 24px auto;">
<tr>
<td style="border-radius: 6px; background-color: #1a73e8;">
<a href="<%= local_assigns[:url] %>" target="_blank" style="display: inline-block; padding: 14px 32px; font-size: 16px; font-weight: 600; color: #ffffff; text-decoration: none; border-radius: 6px;">
<%= local_assigns[:label] %>
</a>
</td>
</tr>
</table>