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 @@
-