<% 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." %>

A Validation Email is Coming

We've just sent an email to <%= @user.email %>. Please check your inbox or spam folder.

<% 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." %>

A Password Creation Security Email is Coming

For your security we need to check that you truly are the owner of this account. Please check your <%= @user.email %> inbox or spam folder.

<% end %>