<% transactions.each do |txn| %> <% end %>
Date Property Amount Description Action
<%= txn.transaction_date.strftime("%b %d, %Y") %> <%= txn.property_account.property_number %> <%= number_to_currency(txn.amount) %> <%= txn.payment_title %> <%= link_to "View", client_portal_property_account_property_account_statement_path( txn.property_account, txn ), data: {turbo: false}, class: "btn btn-sm btn-outline-primary" %>