jam-cloud/web/app/views/users/sent_reset_password.erb

26 lines
769 B
Plaintext

<% provide(:title, "Reset password") %>
<% provide(:description, 'You have reset your password. Check your email') %>
<div class="landing-overlay">
<!-- ftue header -->
<div class="content-head">
<h1>reset your password</h1>
</div>
<!-- inner wrapper -->
<div class="ftue-inner">
<span class="please-check">Please check your email at <b><%= params[:jam_ruby_user][:email] %></b> and click the link in the email to set a new password.</span>
<br clear="all" />
<br/>
<span class="wrong-email-notice">If no email arrives at <b><%= params[:jam_ruby_user][:email] %></b>, you may not be entering the email address that you used when signing up with the service.</span>
<br clear="all" />
</div>
</div>