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.
16 lines
558 B
16 lines
558 B
11 months ago
|
<% content_for :title, "We’re sending you an email" %>
|
||
|
<div class="govuk-grid-row">
|
||
|
<div class="govuk-grid-column-two-thirds">
|
||
|
<%= govuk_panel(title_text: "We’re sending you an email") %>
|
||
|
|
||
|
<p class="govuk-body">It should arrive in a few minutes, but it could take longer.</p>
|
||
|
|
||
|
<h2 class="govuk-heading-m">What happens next</h2>
|
||
|
<p class="govuk-body">Open your email inbox and click the link to download your CSV file.</p>
|
||
|
|
||
|
<p class="govuk-body">
|
||
|
<%= govuk_link_to "Return to schemes", schemes_path %>
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|