From 482fd255c72d1fa03b56748d80042f39da281fd9 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Mon, 11 Dec 2023 10:50:37 +0000 Subject: [PATCH] refactor: lint --- app/views/schemes/download_csv.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/schemes/download_csv.html.erb b/app/views/schemes/download_csv.html.erb index 41398dc14..2ed4ccb4d 100644 --- a/app/views/schemes/download_csv.html.erb +++ b/app/views/schemes/download_csv.html.erb @@ -11,6 +11,6 @@

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: download_type } %> + <%= govuk_button_to "Send email", post_path, method: :post, params: { search: search_term, download_type: } %>