Sha256: f1b1da05bdd025061bee85a81aa72ae708e5500c89074ae37ce4b9440724e60e

Contents?: true

Size: 561 Bytes

Versions: 2

Compression:

Stored size: 561 Bytes

Contents

<p>Welcome <%= @email %>!</p>
<p>You can confirm your account email through the link below:</p>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">
  <tbody>
    <tr>
      <td align="left">
        <table role="presentation" border="0" cellpadding="0" cellspacing="0">
          <tbody>
            <tr>
              <td> <%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %></td>
            </tr>
          </tbody>
        </table>
      </td>
    </tr>
  </tbody>
</table>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
webamm_to_rails-7.0.1 lib/webamm_to_rails/sources/views/devise/standard/templates/mailer/confirmation_instructions.html.erb
webamm_to_rails-7.0.0 lib/webamm_to_rails/sources/views/devise/standard/templates/mailer/confirmation_instructions.html.erb