Handle investment_contribution classification and update related logic.

This commit is contained in:
luckyPipewrench
2026-01-20 16:50:45 -05:00
parent 45c4bc595b
commit 196d12466f
11 changed files with 169 additions and 40 deletions

View File

@@ -32,6 +32,13 @@
data: { turbo_frame: :modal }) %>
<% end %>
<% end %>
<% menu.with_item(
variant: "link",
text: t("accounts.show.activity.new_transfer"),
icon: "arrow-right-left",
href: new_transfer_path,
data: { turbo_frame: :modal }) %>
<% end %>
</div>