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.
17 lines
607 B
17 lines
607 B
11 months ago
|
<% content_for :title, "Download CSV" %>
|
||
|
|
||
|
<% content_for :before_content do %>
|
||
|
<%= govuk_back_link(href: :back) %>
|
||
|
<% end %>
|
||
|
|
||
|
<div class="govuk-grid-row">
|
||
|
<div class="govuk-grid-column-full">
|
||
|
<h1 class="govuk-heading-l">Download CSV</h1>
|
||
|
|
||
|
<p class="govuk-body">We'll send a secure download link to your email address <strong><%= @current_user.email %></strong>.</p>
|
||
|
<p class="govuk-body"><%= selected_schemes_and_locations_text(download_type, schemes) %></p>
|
||
|
|
||
|
<%= govuk_button_to "Send email", post_path, method: :post, params: { search: search_term, download_type: } %>
|
||
|
</div>
|
||
|
</div>
|