%= drawer do %>
Category
<%= format_money(@budget_category.actual_spending_money) %> / <%= format_money(@budget_category.budgeted_spending_money) %>
<% end %><%= transaction.entry.date.strftime("%b %d") %>
<%= link_to transaction.entry.name, transactions_path(focused_record_id: transaction.id), class: "text-primary hover:underline", data: { turbo_frame: :_top } %><%= format_money transaction.entry.amount_money %>
No transactions found for this budget period.
<% end %>