diff --git a/app/views/transactions/_transaction.html.erb b/app/views/transactions/_transaction.html.erb index f9cebf03..d2fb2423 100644 --- a/app/views/transactions/_transaction.html.erb +++ b/app/views/transactions/_transaction.html.erb @@ -4,12 +4,12 @@ <%= turbo_frame_tag dom_id(entry) do %> <%= turbo_frame_tag dom_id(transaction) do %> -
"> -
"> +
"> <%= check_box_tag dom_id(entry, "selection"), disabled: transaction.transfer?, class: "checkbox checkbox--light", @@ -55,7 +55,7 @@ <% end %>
-
+
-
+ -
+
<%= content_tag :p, transaction.transfer? && view_ctx == "global" ? "+/- #{format_money(entry.amount_money.abs)}" : format_money(-entry.amount_money), class: ["text-green-600": entry.amount.negative?] %>
<% if balance_trend %> -
+