% content_for :title, "Download CSV" %> <% content_for :before_content do %> <%= govuk_back_link(href: :back) %> <% end %>
We'll send a secure download link to your email address <%= @current_user.email %>.
<%= selected_schemes_and_locations_text(download_type, schemes) %>
<%= govuk_button_to "Send email", post_path, method: :post, params: { search: search_term, download_type: } %>