Sha256: 067101410a6cb24d9f35bb4daef62f679ce050856b89bdb03a7c54b32141b72e
Contents?: true
Size: 1013 Bytes
Versions: 228
Compression:
Stored size: 1013 Bytes
Contents
<p><%= t('.hello', email: @resource.first_name || @resource.email) %></p> <p><%= t('.requested_change') %></p> <!-- Action --> <table class="body-action" align="center" width="100%" cellpadding="0" cellspacing="0"> <tr> <td align="center"> <!-- Border based button https://litmus.com/blog/a-guide-to-bulletproof-buttons-in-email-design --> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td> <%= link_to t('.change_password'), edit_password_url(@resource, reset_password_token: @token), class: 'button button--', target: '_blank' %> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <p><%= t('.ignore') %></p> <p><%= t('.access_change') %></p> <%= t('user_mailer.signature.html', support_email: t('application.support_email')) %>
Version data entries
228 entries across 228 versions & 1 rubygems