Sha256: d512bd155fdcab0e442e0e2695ce39dd0b320aff9687a70cbe389a84caaea66d

Contents?: true

Size: 1.23 KB

Versions: 4

Compression:

Stored size: 1.23 KB

Contents

<!-- Greeting -->
<h1>Hello!</h1>
<!-- Intro Lines -->
<p>Please click the button below to verify your email address.</p>
<!-- Action Button -->
<table class="action" align="center" width="100%" cellpadding="0" cellspacing="0" role="presentation">
  <tr>
    <td align="center">
      <table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
        <tr>
          <td align="center">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation">
              <tr>
                <td>
                  <a href="<%= @verification_url %>" class="button button-primary" target="_blank" rel="noopener">Verify Email Address</a>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<!-- Outro Lines -->
<p>If you did not create an account, no further action is required.</p>
<!-- Salutation -->
<p>Regards,<br>
  <%= ENV.fetch("APP_NAME", "Rails") %></p>
<!-- Subcopy -->
<% content_for :subcopy do %>
  <p>If you're having trouble clicking the "Verify Email Address" button, copy and paste the URL below into your web browser: <span class="break-all"><%= link_to @verification_url, @verification_url %><span></p>
    <% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kaze-0.12.0 stubs/default/app/views/user_mailer/verify_email.html.erb
kaze-0.11.0 stubs/default/app/views/user_mailer/verify_email.html.erb
kaze-0.10.0 stubs/default/app/views/user_mailer/verify_email.html.erb
kaze-0.9.0 stubs/default/app/views/user_mailer/verify_email.html.erb