From 49fe78f0263a7faca0b5958e8d9e8b722441d106 Mon Sep 17 00:00:00 2001 From: Kat Date: Tue, 13 Sep 2022 16:22:35 +0100 Subject: [PATCH] lint --- app/views/form/check_answers.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/form/check_answers.html.erb b/app/views/form/check_answers.html.erb index 9caebef04..46a945017 100644 --- a/app/views/form/check_answers.html.erb +++ b/app/views/form/check_answers.html.erb @@ -32,7 +32,7 @@ <%= f.govuk_submit "Save and return to log" do %> <% next_incomplete_section_redirect_path = @log.form.next_incomplete_section_redirect_path(subsection, @log) %> <% if @log.status == "in_progress" && next_incomplete_section_redirect_path != "error" %> - <%= govuk_button_link_to "Save and go to next incomplete section", send(next_incomplete_section_path(@log,next_incomplete_section_redirect_path), @log), secondary: true %> + <%= govuk_button_link_to "Save and go to next incomplete section", send(next_incomplete_section_path(@log, next_incomplete_section_redirect_path), @log), secondary: true %> <% end %> <% end %> <% end %>