<% if show_actions %> <% end %> <% refunds.each do |refund| %> <% if show_actions %> <% end %> <% end %>
<%= "#{Spree.t('date')}/#{Spree.t('time')}" %> <%= Spree.t(:payment_identifier) %> <%= Spree.t(:amount) %> <%= Spree.t(:payment_method) %> <%= Spree.t(:transaction_id) %> <%= Spree.t(:reason) %>
<%= pretty_time(refund.created_at) %> <%= refund.payment.identifier %> <%= refund.display_amount %> <%= payment_method_name(refund.payment) %> <%= refund.transaction_id %> <%= truncate(refund.reason.name, length: 100) %> <%= link_to_with_icon 'edit', Spree.t(:edit), edit_admin_order_payment_refund_path(refund.payment.order, refund.payment, refund), no_text: true %>