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.
10 lines
430 B
10 lines
430 B
<% title = "Download CSV file" %> |
|
<% content_for :title, title %> |
|
|
|
<div class="govuk-grid-row"> |
|
<div class="govuk-grid-column-two-thirds-from-desktop"> |
|
<h1 class="govuk-heading-l govuk-!-margin-bottom-6">You are about to download a CSV file</h1> |
|
<p class="govuk-body-m">Filename: <%= @csv_download.filename %></p> |
|
<%= govuk_button_link_to "Download CSV", download_csv_download_path(@csv_download) %> |
|
</div> |
|
</div>
|
|
|