% content_for :content_title, "Outstanding Paymentsby user".html_safe %> <%= panel body: false, title: "#{@unpaid.count} Unpaid Participants" do %>
Workshop | Receipt | Balance | Registered | |
---|---|---|---|---|
<%= item[0] %> | ||||
<%= link_to registration.workshop.title, edit_admin_registration_path(registration) %> | <%= registration.receipt_code %> | <%= registration.balance_owed.format %> | <%= format_date(registration.created_at) %> |