diff --git a/app/views/pages/dashboard/_balance_sheet.html.erb b/app/views/pages/dashboard/_balance_sheet.html.erb index a73e6a03..5837e886 100644 --- a/app/views/pages/dashboard/_balance_sheet.html.erb +++ b/app/views/pages/dashboard/_balance_sheet.html.erb @@ -58,10 +58,13 @@ -
- <% classification_group.account_groups.each do |account_group| %> -
- +
+ <% classification_group.account_groups.each_with_index do |account_group, idx| %> +
+ <%= idx == classification_group.account_groups.size - 1 ? "rounded-b-lg" : "" %> + "> +
<%= icon("chevron-right", class: "group-open:rotate-90") %> @@ -93,7 +96,7 @@
<% account_group.accounts.each_with_index do |account, idx| %> -
+
<%= render "accounts/logo", account: account, size: "sm", color: account_group.color %>