Sha256: 36aa92df0d05514e9f820c790b49bc018487e0e16df07fbc63934a47104f556d
Contents?: true
Size: 804 Bytes
Versions: 13
Compression:
Stored size: 804 Bytes
Contents
<% if @status == 'email_validation_email_sent' %> <% content_for :meta_title, 'Email Confirmation' %> <% content_for :meta_description, "An email was just sent. Please check your inbox." %> <h1>A Validation Email is Coming</h1> <p>We've just sent an email to <strong><%= @user.email %></strong>. Please check your inbox or spam folder.</p> <% elsif @status == 'password_confirmation_email_sent' %> <% content_for :meta_title, 'Password creation Email Confirmation' %> <% content_for :meta_description, "An email was just sent. Please check your inbox." %> <h1>A Password Creation Security Email is Coming</h1> <p>For your security we need to check that you truly are the owner of this account. Please check your <strong><%= @user.email %></strong> inbox or spam folder.</p> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems