Sha256: ace38187e3f87ed49428a4a79e8688ef7bb8cac025f9e8ab7c11c601e58b9ae4

Contents?: true

Size: 267 Bytes

Versions: 3

Compression:

Stored size: 267 Bytes

Contents

<h1>Email Verification</h1>

<% if current_user.email_verified? %>
  <h2>Your email address has been verified</h2>
<% else %>
  <h2>Email address verification failed</h2>
<% end %>
<h2><%= current_user.email %></h2>

<%= link_to("Go to Dashboard", dashboard_path) %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
minimalist_authentication-3.2.2 app/views/email_verifications/show.html.erb
minimalist_authentication-3.2.1 app/views/email_verifications/show.html.erb
minimalist_authentication-3.2.0 app/views/email_verifications/show.html.erb