Sha256: 702fbddfe8d4d712cc8ab3fcdb52a2fa2eff00f98454503a5888bdeae36ca431

Contents?: true

Size: 1.16 KB

Versions: 9

Compression:

Stored size: 1.16 KB

Contents

<div class="mb-4 text-sm text-gray-600 dark:text-gray-400">
  Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.
</div>
<% if flash[:status] == 'verification-link-sent' %>
  <div class="mb-4 font-medium text-sm text-green-600 dark:text-green-400">
    A new verification link has been sent to the email address you provided during registration.
  </div>
<% end %>
<div class="mt-4 flex items-center justify-between">
  <form method="POST" action="<%= verification_send_path %>">
    <div>
      <%= render(PrimaryButtonComponent.new) do %>
        Resend Verification Email
      <% end %>
    </div>
  </form>
  <form method="POST" action="<%= logout_path %>">
    <input type="hidden" name="authenticity_token" value="<%= form_authenticity_token %>">
    <button type="submit" class="underline text-sm text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-100 rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 dark:focus:ring-offset-gray-800">
      Log Out
    </button>
  </form>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
kaze-0.17.0 stubs/hotwire/app/views/auth/verify_email.html.erb
kaze-0.16.0 stubs/hotwire/app/views/auth/verify_email.html.erb
kaze-0.15.0 stubs/hotwire/app/views/auth/verify_email.html.erb
kaze-0.14.0 stubs/hotwire/app/views/auth/verify_email.html.erb
kaze-0.13.0 stubs/hotwire/app/views/auth/verify_email.html.erb
kaze-0.12.0 stubs/hotwire/app/views/auth/verify_email.html.erb
kaze-0.11.0 stubs/hotwire/app/views/auth/verify_email.html.erb
kaze-0.10.0 stubs/hotwire/app/views/auth/verify_email.html.erb
kaze-0.9.0 stubs/hotwire/app/views/auth/verify_email.html.erb