diff --git a/app/views/pages/dashboard/_balance_sheet.html.erb b/app/views/pages/dashboard/_balance_sheet.html.erb index 0f8710581..fafc75e2f 100644 --- a/app/views/pages/dashboard/_balance_sheet.html.erb +++ b/app/views/pages/dashboard/_balance_sheet.html.erb @@ -37,12 +37,12 @@
Weight
Value
<%= account_group.name %>
<%= format_money(account_group.total_money) %>
+<%= format_money(account_group.total_money, precision: 0) %>
<%= format_money(account.balance_money) %>
+<%= format_money(account.balance_money, precision: 0) %>
<%= number_to_percentage(effective_weight, precision: 2) %>
+<%= number_to_percentage(effective_weight, precision: 0) %>