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
565 B
17 lines
565 B
2 years 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-two-thirds">
|
||
|
<h1 class="govuk-heading-l">Download CSV</h2>
|
||
|
|
||
|
<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">You've selected <%= count %> logs.</p>
|
||
|
|
||
|
<%= govuk_button_to "Send email", post_path, method: :post, params: { search: search_term } %>
|
||
|
</div>
|
||
|
</div>
|