From 7b9cef76dd830687d3dcdff0d41427b7e9134565 Mon Sep 17 00:00:00 2001 From: Kat Date: Thu, 9 May 2024 14:04:43 +0100 Subject: [PATCH] lint --- app/views/filters/years.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/filters/years.html.erb b/app/views/filters/years.html.erb index 43978bc2a..91af95378 100644 --- a/app/views/filters/years.html.erb +++ b/app/views/filters/years.html.erb @@ -32,6 +32,6 @@
<%= f.govuk_submit "Save changes" %> - <%= govuk_button_link_to "Cancel", params["referrer"] == "check_answers" ? send("csv_download_#{@filter_type}_path", search: request.params["search"], codes_only: request.params["codes_only"]) : send("#{@filter_type}_path"), secondary: true %> + <%= govuk_button_link_to "Cancel", params["referrer"] == "check_answers" ? send("csv_download_#{@filter_type}_path", search: request.params["search"], codes_only: request.params["codes_only"]) : send("#{@filter_type}_path"), secondary: true %>
<% end %>