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) %>