Ghost/ghost/email-service/lib/email-templates/partials/feedback-button-mobile.hbs

6 lines
403 B
Handlebars
Raw Normal View History

<td dir="ltr" valign="top" align="center" style="vertical-align: top; font-family: inherit; font-size: 14px; text-align: center; padding: 0 4px 4px; cursor: pointer; width: 33%;" nowrap>
<a href="{{href}}" target="_blank">
<img src={{iconUrl}} border="0" width={{width}} height={{height}} alt="{{buttonText}}">
<p class="feedback-button-mobile-text">{{buttonText}}</p>
</a>
</td>