Forgot this file

Stephen Paul Weber created

Change summary

forms/codes.rb | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

Detailed changes

forms/codes.rb 🔗

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