From 887143043284a96f4a327bdfbeb71a7445206bd2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Feb 2026 13:47:07 +0000 Subject: [PATCH 1/2] Initial plan From d3f9d937763d0de3ab46cb9e3dce8f6c690e7370 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Feb 2026 13:49:39 +0000 Subject: [PATCH 2/2] Add red background to delete column for visual clarity Co-authored-by: maebeale <7607813+maebeale@users.noreply.github.com> --- app/views/dedupes/_preview.html.erb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/dedupes/_preview.html.erb b/app/views/dedupes/_preview.html.erb index 6e3fe57a0..4013762b2 100644 --- a/app/views/dedupes/_preview.html.erb +++ b/app/views/dedupes/_preview.html.erb @@ -48,7 +48,7 @@ -
+
ID <%= record_to_delete.id %>
@@ -81,7 +81,7 @@ %> -
+
<%= label %> <% if is_different %> @@ -134,7 +134,7 @@ <% is_different = delete_body != keep_body %> -
+
<%= rt_attr.titleize %> (rich text) @@ -161,7 +161,7 @@ <% end %> -
+
Created <%= record_to_delete.created_at&.strftime("%Y-%m-%d %H:%M") || 'N/A' %>
@@ -171,7 +171,7 @@
-
+
Associated Records <%= delete_items.count + extra_assocs.sum { |ea| ea[:delete_items].count } %>
@@ -181,7 +181,7 @@
-
+
<% if delete_items.any? %>

<%= tagged_items_label %>

    @@ -211,7 +211,7 @@ <% extra_assocs.each_with_index do |ea, idx| %> <% is_last = idx == extra_assocs.size - 1 %> -
    +

    <%= ea[:label] %>

    <%= ea[:delete_items].count %> <% if ea[:delete_items].any? %>