From 386544ee7e9abb18aa0d2c54c41dc43f47848033 Mon Sep 17 00:00:00 2001 From: Kat Date: Thu, 13 Jul 2023 14:20:15 +0100 Subject: [PATCH] lint --- app/views/duplicate_logs/show.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/duplicate_logs/show.html.erb b/app/views/duplicate_logs/show.html.erb index 08b4231f9..1a7dd8e86 100644 --- a/app/views/duplicate_logs/show.html.erb +++ b/app/views/duplicate_logs/show.html.erb @@ -4,7 +4,7 @@ <% if @all_duplicates.count > 1 %> <%= govuk_panel( classes: "app-panel--interruption", - ) do %> + ) do %>

These logs are duplicates

These logs have the same values for the following fields. Choose one to keep or correct the answers.

<% end %> @@ -16,12 +16,12 @@ <% end %> <% @all_duplicates.each_with_index do |log, index| %> - <%= render partial: "duplicate_log", locals: { log: log } %> - <%= render partial: "duplicate_log_check_answers", locals: { log: log } %> + <%= render partial: "duplicate_log", locals: { log: } %> + <%= render partial: "duplicate_log_check_answers", locals: { log: } %> <%= duplicate_logs_continue_button(@all_duplicates, log, @original_log_id) %> <% if index < @all_duplicates.count - 1 %>
<% end %> - <% end %> + <% end %>