Sha256: f14343cf356125ebc35f9feb96e4e4a3da1c9083097c81208dfd44db8ee53f52

Contents?: true

Size: 1.23 KB

Versions: 9

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

9 entries across 9 versions & 1 rubygems

Version Path
kaze-1.0.1 stubs/default/app/views/user_mailer/verify_email.html.erb
kaze-1.0.0 stubs/default/app/views/user_mailer/verify_email.html.erb
kaze-0.19.0 stubs/default/app/views/user_mailer/verify_email.html.erb
kaze-0.18.0 stubs/default/app/views/user_mailer/verify_email.html.erb
kaze-0.17.0 stubs/default/app/views/user_mailer/verify_email.html.erb
kaze-0.16.0 stubs/default/app/views/user_mailer/verify_email.html.erb
kaze-0.15.0 stubs/default/app/views/user_mailer/verify_email.html.erb
kaze-0.14.0 stubs/default/app/views/user_mailer/verify_email.html.erb
kaze-0.13.0 stubs/default/app/views/user_mailer/verify_email.html.erb