You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
607 B
14 lines
607 B
3 years ago
|
<% content_for :title, "Check your email" %>
|
||
|
|
||
3 years ago
|
<div class="govuk-grid-row">
|
||
|
<div class="govuk-grid-column-two-thirds">
|
||
3 years ago
|
<h1 class="govuk-heading-l">
|
||
|
<%= content_for(:title) %>
|
||
|
</h1>
|
||
|
|
||
3 years ago
|
<p class="govuk-body">We’ve sent a link to reset your password to <strong><%= @email %></strong>.</p>
|
||
3 years ago
|
<p class="govuk-body">You’ll only this receive this link if your email address already exists in our system.</p>
|
||
|
<p class="govuk-body">If you don’t receive the email within 5 minutes, check your spam or junk folders. Try again if you still haven’t received the email.</p>
|
||
|
</div>
|
||
3 years ago
|
</div>
|