<%# locals: (entry:) %> <% transaction = entry.entryable %>
<%# Empty space where checkbox would be, for alignment %>
<%= link_to entry.name, entry_path(entry), data: { turbo_frame: "drawer", turbo_prefetch: false }, class: "hover:underline" %>
<%= icon "split", size: "sm", color: "current" %> <%= t("transactions.split_parent_row.split_label") %>
<% if transaction.merchant&.present? %> <% end %>
<%= content_tag :p, format_money(-entry.amount_money) %>