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