Sha256: 7ecca4a726febaece872d4608a5a8e70660d3112750c10d56cc90c650bfe8d97

Contents?: true

Size: 267 Bytes

Versions: 22

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

22 entries across 22 versions & 1 rubygems

Version Path
minimalist_authentication-3.1.0 app/views/email_verifications/show.html.erb
minimalist_authentication-3.0.0 app/views/email_verifications/show.html.erb
minimalist_authentication-2.7.0 app/views/email_verifications/show.html.erb
minimalist_authentication-2.6.2 app/views/email_verifications/show.html.erb
minimalist_authentication-2.6.1 app/views/email_verifications/show.html.erb
minimalist_authentication-2.6.0 app/views/email_verifications/show.html.erb
minimalist_authentication-2.5.2 app/views/email_verifications/show.html.erb
minimalist_authentication-2.5.1 app/views/email_verifications/show.html.erb
minimalist_authentication-2.5.0 app/views/email_verifications/show.html.erb
minimalist_authentication-2.4.0 app/views/email_verifications/show.html.erb
minimalist_authentication-2.3.0 app/views/email_verifications/show.html.erb
minimalist_authentication-2.2.4 app/views/email_verifications/show.html.erb
minimalist_authentication-2.2.3 app/views/email_verifications/show.html.erb
minimalist_authentication-2.2.2 app/views/email_verifications/show.html.erb
minimalist_authentication-2.2.1 app/views/email_verifications/show.html.erb
minimalist_authentication-2.2.0 app/views/email_verifications/show.html.erb
minimalist_authentication-2.1.5 app/views/email_verifications/show.html.erb
minimalist_authentication-2.1.4 app/views/email_verifications/show.html.erb
minimalist_authentication-2.1.3 app/views/email_verifications/show.html.erb
minimalist_authentication-2.1.2 app/views/email_verifications/show.html.erb