We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3c62c commit 297670aCopy full SHA for 297670a
app/views/accounts/_account.html.erb
@@ -33,7 +33,7 @@
33
<%= icon("pencil-line", size: "sm") %>
34
<% end %>
35
36
- <% if !account.linked? && (account.accountable_type == "Depository" || account.accountable_type == "CreditCard") %>
+ <% if !account.linked? && ["Depository", "CreditCard", "Investment"].include?(account.accountable_type) %>
37
<%= link_to select_provider_account_path(account),
38
data: { turbo_frame: :modal },
39
class: "group-hover/account:flex hidden hover:opacity-80 items-center justify-center gap-1",
0 commit comments