mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Refactor Investment Contributions category handling to use a centralized constant and streamline related logic.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
variant: "link",
|
||||
text: t("accounts.show.activity.new_transfer"),
|
||||
icon: "arrow-right-left",
|
||||
href: new_transfer_path,
|
||||
href: new_transfer_path(from_account_id: account.id),
|
||||
data: { turbo_frame: :modal }) %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user