From dbc104dc5d95d1b29127f701f431dce2a10afc8e Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:30:23 +0100 Subject: [PATCH] Fix missing privacy blur on split transaction amounts in drawer (#1275) * Initial plan * Fix privacy blur missing on split transaction amounts in drawer Co-authored-by: jjmata <187772+jjmata@users.noreply.github.com> Agent-Logs-Url: https://github.com/we-promise/sure/sessions/658e35ef-e82a-4446-bd11-19b9b67c54a7 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jjmata <187772+jjmata@users.noreply.github.com> --- app/views/transactions/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/transactions/show.html.erb b/app/views/transactions/show.html.erb index 294e2c829..eab1586d2 100644 --- a/app/views/transactions/show.html.erb +++ b/app/views/transactions/show.html.erb @@ -190,7 +190,7 @@

<%= child.name %>

<%= child.entryable.try(:category)&.name || t("splits.new.uncategorized") %>

-

"> +

"> <%= format_money(-child.amount_money) %>

@@ -232,7 +232,7 @@

<%= parent.name %>

<%= parent.date.strftime("%b %d, %Y") %>

-

+

<%= format_money(-parent.amount_money) %>