1result!
2title "Unused Referral Codes"
3
4instructions(
5 "This code will provide credit equivalent to one month of service " \
6 "to anyone after they sign up and pay: #{@group_code}\n\n" \
7 "These remaining codes are single use and give the person using " \
8 "them a free month of JMP service.\n\nYou will receive credit " \
9 "equivalent to one month of service after someone uses any of your codes " \
10 "and their payment clears."
11)
12
13table(
14 @invites.map { |i| OpenStruct.new(code: i) },
15 code: "Invite Code"
16)