<%# locals: (transfer:, selectable: true, editable: true, short: false, **opts) %> <%= turbo_frame_tag dom_id(transfer) do %>
<% if selectable %> <%= check_box_tag dom_id(transfer, "selection"), disabled: true, class: "mr-3 cursor-not-allowed maybe-checkbox maybe-checkbox--light" %> <% end %> <%= tag.div class: short ? "max-w-[250px]" : "max-w-[325px]" do %>
"> <%= circle_logo(transfer.from_name[0].upcase) %> <%= tag.p transfer.name, class: "truncate text-gray-900" %>
<% end %> <%= button_to account_transfer_path(transfer), method: :delete, class: "ml-2 flex items-center group/transfer hover:bg-gray-50 rounded-md p-1", data: { turbo_frame: "_top", turbo_confirm: { title: t(".remove_title"), body: t(".remove_body"), confirm: t(".remove_confirm") } } do %> <%= lucide_icon "link-2", class: "group-hover/transfer:hidden w-4 h-4 text-gray-500" %> <%= lucide_icon "unlink", class: "group-hover/transfer:inline-block hidden w-4 h-4 text-gray-500" %> <% end %>
<% unless short %>
<%= circle_logo(transfer.from_name[0].upcase, size: "sm") %> <%= circle_logo(transfer.to_name[0].upcase, size: "sm") %>
<% end %>
"> <%= tag.p format_money(transfer.amount_money), class: "font-medium" %>
<% end %>